summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/make_nw_export.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk
index 2b118e967..620dec056 100644
--- a/build/make_nw_export.awk
+++ b/build/make_nw_export.awk
@@ -83,7 +83,7 @@ function add_symbol (sym_name) {
next
}
-/^[ \t]*AP_DECLARE_HOOK[^(]*[(][^)]*[)]/ {
+/^[ \t]*AP_DECLARE_HOOK[^(]*[(][^)]*/ {
split($0, args, ",")
symbol = args[2]
sub("^[ \t]+", "", symbol)