git: 17120e4bc3e6 - main - ndp: Remove a stray semicolon

From: Zhenlei Huang <zlei_at_FreeBSD.org>
Date: Thu, 17 Oct 2024 13:10:55 UTC
The branch main has been updated by zlei:

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

commit 17120e4bc3e61557816ca0558a60ab969b3df404
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2024-10-17 13:05:29 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2024-10-17 13:05:29 +0000

    ndp: Remove a stray semicolon
    
    MFC after:      1 week
---
 usr.sbin/ndp/ndp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c
index a023a7d0ad77..9a249a4987a7 100644
--- a/usr.sbin/ndp/ndp.c
+++ b/usr.sbin/ndp/ndp.c
@@ -638,7 +638,7 @@ dump_rtsock(struct sockaddr_in6 *addr, int cflag)
 		xo_emit(xobuf, "Neighbor", "Linklayer Address", "Netif", "Expire", "S", "Flags");
 	}
 	xo_open_list("neighbor-cache");
-again:;
+again:
 	mib[0] = CTL_NET;
 	mib[1] = PF_ROUTE;
 	mib[2] = 0;