Remove a comma trailing an if clause.

According to Kirk: "Luckily, the statement is usually true".

Spotted by:	FlexeLint
This commit is contained in:
phk 2002-10-01 17:31:28 +00:00
parent 96c5ede7ef
commit ef0fa8fa2d

View File

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