Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2024 15:06:40 GMT
From:      Zhenlei Huang <zlei@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d96ba5a62365 - main - config: Remove a stray semicolon
Message-ID:  <202410241506.49OF6eM1060999@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zlei:

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

commit d96ba5a6236566afba05ce542296c589503a8b17
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2024-10-24 15:04:48 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2024-10-24 15:04:48 +0000

    config: Remove a stray semicolon
    
    MFC after:      1 week
---
 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 a102b2b59767..6cffb64a5569 100644
--- a/usr.sbin/config/mkmakefile.cc
+++ b/usr.sbin/config/mkmakefile.cc
@@ -577,7 +577,7 @@ next:
 				goto nextparam;
 			}
 		match &= negate;
-nextparam:;
+nextparam:
 		negate = 0;
 	}
 	compile += match;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410241506.49OF6eM1060999>