config: Remove a stray semicolon
MFC after: 1 week
This commit is contained in:
@@ -577,7 +577,7 @@ next:
|
||||
goto nextparam;
|
||||
}
|
||||
match &= negate;
|
||||
nextparam:;
|
||||
nextparam:
|
||||
negate = 0;
|
||||
}
|
||||
compile += match;
|
||||
|
||||
Reference in New Issue
Block a user