summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-15 22:31:22 +0000
committerpfg <pfg@FreeBSD.org>2016-04-15 22:31:22 +0000
commit26c891f0342597b83a8dc9b7e9bb67b9728d84ad (patch)
treef34884b5132e36e8b0946f07dc1cf090047af8fb /sbin/fsck_ffs
parent838cf0e4a7fd404e6b3424987e6151ba9e987623 (diff)
downloadFreeBSD-src-26c891f0342597b83a8dc9b7e9bb67b9728d84ad.zip
FreeBSD-src-26c891f0342597b83a8dc9b7e9bb67b9728d84ad.tar.gz
Cleanup unnecessary semicolons from utilities we all love.
Diffstat (limited to 'sbin/fsck_ffs')
-rw-r--r--sbin/fsck_ffs/globs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/globs.c b/sbin/fsck_ffs/globs.c
index e910bc9..af3b72b 100644
--- a/sbin/fsck_ffs/globs.c
+++ b/sbin/fsck_ffs/globs.c
@@ -118,7 +118,7 @@ fsckinit(void)
bzero(totalreadcnt, sizeof(long) * BT_NUMBUFTYPES);
bzero(readtime, sizeof(struct timespec) * BT_NUMBUFTYPES);
bzero(totalreadtime, sizeof(struct timespec) * BT_NUMBUFTYPES);
- bzero(&startprog, sizeof(struct timespec));;
+ bzero(&startprog, sizeof(struct timespec));
bzero(&sblk, sizeof(struct bufarea));
pdirbp = NULL;
pbp = NULL;
OpenPOWER on IntegriCloud