]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 cd62849a6983016b57c6ee874d9a222b354c9813..3293837f3224e6d9ee3f1ef977a87250d787c36d 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 ded79cce12d2b52c5b5a2f582b8fd53badd07104..58ca55733a6de8b3a10b14ad0a2797e9083339f7 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;