git: 56b17de1e836 - main - makefs: Remove a stray semicolon
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Oct 2024 15:06:41 UTC
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=56b17de1e8360fe131d425de20b5e75ff3ea897c commit 56b17de1e8360fe131d425de20b5e75ff3ea897c 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 makefs: Remove a stray semicolon MFC after: 1 week --- usr.sbin/makefs/msdos/msdosfs_fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/makefs/msdos/msdosfs_fat.c b/usr.sbin/makefs/msdos/msdosfs_fat.c index e00ce9ef7b97..16e2ce44084d 100644 --- a/usr.sbin/makefs/msdos/msdosfs_fat.c +++ b/usr.sbin/makefs/msdos/msdosfs_fat.c @@ -245,7 +245,7 @@ pcbmap(struct denode *dep, u_long findcn, daddr_t *bnp, u_long *cnp, int *sp) return (0); } -hiteof:; +hiteof: if (cnp) *cnp = i; if (bp)