aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenlei Huang <zlei@FreeBSD.org>2024-10-24 15:04:48 +0000
committerZhenlei Huang <zlei@FreeBSD.org>2024-11-07 16:32:17 +0000
commit5bf5b3f4276141bcfc4f3bcb43ad8d0611b8e696 (patch)
treebe79c876558a6e5765587efca013e9d72111faa3
parent13774c9a98c9abd90f573ed91c572c2b68e5e2e7 (diff)
downloadsrc-5bf5b3f4276141bcfc4f3bcb43ad8d0611b8e696.tar.gz
src-5bf5b3f4276141bcfc4f3bcb43ad8d0611b8e696.zip
config: Remove a stray semicolon
MFC after: 1 week (cherry picked from commit d96ba5a6236566afba05ce542296c589503a8b17) (cherry picked from commit 57af3009cb2911de5c8b3e09425d764d61c80792)
-rw-r--r--usr.sbin/config/mkmakefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index b4a00e29707d..24b8a65c59cd 100644
--- a/usr.sbin/config/mkmakefile.c
+++ b/usr.sbin/config/mkmakefile.c
@@ -575,7 +575,7 @@ next:
goto nextparam;
}
match &= not;
-nextparam:;
+nextparam:
not = 0;
}
compile += match;