The branch stable/13 has been updated by zlei:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=5bf5b3f4276141bcfc4f3bcb43ad8d0611b8e696

commit 5bf5b3f4276141bcfc4f3bcb43ad8d0611b8e696
Author:     Zhenlei Huang <z...@freebsd.org>
AuthorDate: 2024-10-24 15:04:48 +0000
Commit:     Zhenlei Huang <z...@freebsd.org>
CommitDate: 2024-11-07 16:32:17 +0000

    config: Remove a stray semicolon
    
    MFC after:      1 week
    
    (cherry picked from commit d96ba5a6236566afba05ce542296c589503a8b17)
    (cherry picked from commit 57af3009cb2911de5c8b3e09425d764d61c80792)
---
 usr.sbin/config/mkmakefile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;

Reply via email to