diff lib-src/test-distrib.c @ 9491:dd3b83e4ceb0

Eliminate some -Wall warnings.
author David J. MacKenzie <djm@gnu.org>
date Wed, 12 Oct 1994 20:21:51 +0000
parents 0da5b58e98ed
children f65e672e038e
line wrap: on
line diff
--- a/lib-src/test-distrib.c	Wed Oct 12 19:20:24 1994 +0000
+++ b/lib-src/test-distrib.c	Wed Oct 12 20:21:51 1994 +0000
@@ -32,6 +32,7 @@
     }
 }
 
+int
 main (argc, argv)
      int argc;
      char **argv;
@@ -63,7 +64,6 @@
   close (fd);
 #ifdef VMS
   exit (1);			/* On VMS, success is 1.  */
-#else
-  exit (0);
 #endif
+  return (0);
 }