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