Remove a comma trailing an if clause.

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

Spotted by:	FlexeLint
This commit is contained in:
Poul-Henning Kamp 2002-10-01 17:31:28 +00:00
parent e8a58a8362
commit 3f8322d6b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104308

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