summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ext2fs/main.c')
-rw-r--r--sbin/fsck_ext2fs/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/fsck_ext2fs/main.c b/sbin/fsck_ext2fs/main.c
index d29fcc732ca..60c00a4b8cb 100644
--- a/sbin/fsck_ext2fs/main.c
+++ b/sbin/fsck_ext2fs/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.11 2003/06/11 06:22:13 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.12 2003/07/29 18:38:35 deraadt Exp $ */
/* $NetBSD: main.c,v 1.1 1997/06/11 11:21:50 bouyer Exp $ */
/*
@@ -44,7 +44,7 @@ static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/23/94";
#if 0
static char rcsid[] = "$NetBSD: main.c,v 1.1 1997/06/11 11:21:50 bouyer Exp $";
#else
-static char rcsid[] = "$OpenBSD: main.c,v 1.11 2003/06/11 06:22:13 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: main.c,v 1.12 2003/07/29 18:38:35 deraadt Exp $";
#endif
#endif
#endif /* not lint */
@@ -237,7 +237,7 @@ checkfilesys(char *filesys, char *mntpt, long auxdata, int child)
* print out summary statistics
*/
n_bfree = sblock.e2fs.e2fs_fbcount;
-
+
pwarn("%d files, %d used, %d free\n",
n_files, n_blks, n_bfree);
if (debug &&