diff --git a/hex2chars.c b/hex2chars.c --- a/hex2chars.c +++ b/hex2chars.c @@ -135,5 +135,5 @@ start = end; } - return 0; + return EXIT_SUCCESS; }