git: 57af3009cb29 - stable/14 - config: Remove a stray semicolon
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 04:43:54 UTC
The branch stable/14 has been updated by zlei:
URL: https://cgit.FreeBSD.org/src/commit/?id=57af3009cb2911de5c8b3e09425d764d61c80792
commit 57af3009cb2911de5c8b3e09425d764d61c80792
Author: Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2024-10-24 15:04:48 +0000
Commit: Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2024-10-31 04:40:16 +0000
config: Remove a stray semicolon
MFC after: 1 week
(cherry picked from commit d96ba5a6236566afba05ce542296c589503a8b17)
---
usr.sbin/config/mkmakefile.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/config/mkmakefile.cc b/usr.sbin/config/mkmakefile.cc
index 49990c4a250c..0ee8c8ed9357 100644
--- a/usr.sbin/config/mkmakefile.cc
+++ b/usr.sbin/config/mkmakefile.cc
@@ -571,7 +571,7 @@ next:
goto nextparam;
}
match &= negate;
-nextparam:;
+nextparam:
negate = 0;
}
compile += match;