Whamcloud - gitweb
ChangeLog, debugfs.c:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 16 Sep 1997 02:08:28 +0000 (02:08 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 16 Sep 1997 02:08:28 +0000 (02:08 +0000)
  Fix declaration of main so that it returns an int.

debugfs/ChangeLog
debugfs/debugfs.c

index cd62849..3293837 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep 15 22:03:36 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * debugfs.c (main): Fix declaration of main so that it returns an int.
+
 Tue Jun 17 01:33:20 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Release of E2fsprogs 1.11
index ded79cc..58ca557 100644 (file)
@@ -1404,7 +1404,7 @@ static int source_file(const char *cmd_file, int sci_idx)
        return exit_status;
 }
 
-void main(int argc, char **argv)
+int main(int argc, char **argv)
 {
        int             retval;
        int             sci_idx;