summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-10-13 00:03:16 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-10-13 00:03:16 +0000
commit2e4c8f04c94b143951f7af37629e43214d7f9422 (patch)
tree39b0594306139860721f4bdd998b55afa0465b2b
parent45cd136e46e9839e008e57f39fe4706e5b42ebc2 (diff)
entered into RCS
-rw-r--r--ufs-fsck/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ufs-fsck/main.c b/ufs-fsck/main.c
index 87a5ff09..65f60453 100644
--- a/ufs-fsck/main.c
+++ b/ufs-fsck/main.c
@@ -20,9 +20,9 @@
#include "fsck.h"
-
/* Pretty primitive, I'm afraid. */
+int
main (int argc, char **argv)
{
if (argc != 2)
@@ -59,4 +59,5 @@ main (int argc, char **argv)
if (fsmodified)
printf ("\n***** FILE SYSTEM WAS MODIFIED *****\n");
+ return 0;
}