makefs: Remove a stray semicolon

MFC after:	1 week

(cherry picked from commit 56b17de1e8360fe131d425de20b5e75ff3ea897c)
This commit is contained in:
Zhenlei Huang 2024-10-24 23:04:48 +08:00
parent 57af3009cb
commit 30e256e1fa

View file

@ -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)