mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
config: Remove a stray semicolon
MFC after: 1 week
This commit is contained in:
parent
f0bc751d6f
commit
d96ba5a623
@ -577,7 +577,7 @@ next:
|
||||
goto nextparam;
|
||||
}
|
||||
match &= negate;
|
||||
nextparam:;
|
||||
nextparam:
|
||||
negate = 0;
|
||||
}
|
||||
compile += match;
|
||||
|
Loading…
Reference in New Issue
Block a user