hex2chars.c
changeset 8 96d16dfe787a
parent 0 af501b0c1716
child 9 c3fecc82ade6
--- a/hex2chars.c
+++ b/hex2chars.c
@@ -135,5 +135,5 @@
         start = end;
     }
 
-    return 0;
+    return EXIT_SUCCESS;
 }