mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
makefs: Remove a stray semicolon
MFC after: 1 week (cherry picked from commit 56b17de1e8360fe131d425de20b5e75ff3ea897c)
This commit is contained in:
parent
57af3009cb
commit
30e256e1fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue