summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/globs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ffs/globs.c')
-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