config: Remove a stray semicolon

MFC after:	1 week
This commit is contained in:
Zhenlei Huang
2024-10-24 23:04:48 +08:00
parent f0bc751d6f
commit d96ba5a623
+1 -1
View File
@@ -577,7 +577,7 @@ next:
goto nextparam; goto nextparam;
} }
match &= negate; match &= negate;
nextparam:; nextparam:
negate = 0; negate = 0;
} }
compile += match; compile += match;