Date: Thu, 7 Nov 2024 16:33:22 GMT From: Zhenlei Huang <zlei@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0a196c47ce95 - stable/13 - makefs: Remove a stray semicolon Message-ID: <202411071633.4A7GXMPp072642@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=0a196c47ce959c9bcf4f2e9903b83f6f195744e0 commit 0a196c47ce959c9bcf4f2e9903b83f6f195744e0 Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2024-10-24 15:04:48 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2024-11-07 16:32:17 +0000 makefs: Remove a stray semicolon MFC after: 1 week (cherry picked from commit 56b17de1e8360fe131d425de20b5e75ff3ea897c) (cherry picked from commit 30e256e1faf4da7b89399340520d175fb6f2371d) --- 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 bb5eea457516..e09ba0755397 100644 --- a/usr.sbin/makefs/msdos/msdosfs_fat.c +++ b/usr.sbin/makefs/msdos/msdosfs_fat.c @@ -247,7 +247,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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411071633.4A7GXMPp072642>