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

View File

@ -577,7 +577,7 @@ next:
goto nextparam;
}
match &= negate;
nextparam:;
nextparam:
negate = 0;
}
compile += match;