summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-01 17:31:28 +0000
committerphk <phk@FreeBSD.org>2002-10-01 17:31:28 +0000
commitef0fa8fa2d2227bcc939fa79a4a09a5fc5bcf382 (patch)
tree11742cac28bf6c23fdf98c3af00b2c6668bb93e5 /sbin/newfs
parent96c5ede7ef4fa9bb902313f2aa2112483a4c3f95 (diff)
downloadFreeBSD-src-ef0fa8fa2d2227bcc939fa79a4a09a5fc5bcf382.zip
FreeBSD-src-ef0fa8fa2d2227bcc939fa79a4a09a5fc5bcf382.tar.gz
Remove a comma trailing an if clause.
According to Kirk: "Luckily, the statement is usually true". Spotted by: FlexeLint
Diffstat (limited to 'sbin/newfs')
-rw-r--r--sbin/newfs/newfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c
index 99b9ffb..8b03e94 100644
--- a/sbin/newfs/newfs.c
+++ b/sbin/newfs/newfs.c
@@ -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);
OpenPOWER on IntegriCloud