diff options
Diffstat (limited to 'dos2unix.c')
-rw-r--r-- | dos2unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,5 +41,5 @@ int dos2unix_main( int argc, char **argv ) { putchar(c); c = getchar(); } - return 0; + return EXIT_SUCCESS; } |