Remove a comma trailing an if clause.
According to Kirk: "Luckily, the statement is usually true". Spotted by: FlexeLint
This commit is contained in:
parent
e8a58a8362
commit
3f8322d6b8
@ -336,7 +336,7 @@ main(int argc, char *argv[])
|
||||
|
||||
sectorsize = DEV_BSIZE;
|
||||
fssize *= secperblk;
|
||||
if (pp != NULL);
|
||||
if (pp != NULL)
|
||||
pp->p_size *= secperblk;
|
||||
}
|
||||
mkfs(pp, special);
|
||||
|
Loading…
x
Reference in New Issue
Block a user