summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.y b/src/parser.y
index cfe1e863..a49e5c2a 100644
--- a/src/parser.y
+++ b/src/parser.y
@@ -90,7 +90,7 @@ static void location_update(struct location *loc, struct location *rhs, int n)
/* Declaration section */
-%name-prefix="nft_"
+%name-prefix "nft_"
%debug
%pure-parser
%parse-param { void *scanner }