]> code.delx.au - gnu-emacs/blobdiff - lib-src/hexl.c
*** empty log message ***
[gnu-emacs] / lib-src / hexl.c
index cbab66a2a1789d870c2b17268f279931d2f6fea5..5ca7c2a5b8a4efc808b31db44491ecf26561e218 100644 (file)
@@ -270,12 +270,17 @@ main (argc, argv)
        fclose (fp);
 
     } while (*argv != NULL);
-  return 0;
+  return EXIT_SUCCESS;
 }
 
 void
 usage ()
 {
   fprintf (stderr, "usage: %s [-de] [-iso]\n", progname);
-  exit (1);
+  exit (EXIT_FAILURE);
 }
+
+/* arch-tag: 20e04fb7-926e-4e48-be86-64fe869ecdaa
+   (do not change this comment) */
+
+/* hexl.c ends here */