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
96c5ede7ef
commit
ef0fa8fa2d
@ -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…
Reference in New Issue
Block a user