Stop using TRUE and FALSE for exit status.
[oweals/busybox.git] / coreutils / dos2unix.c
index c9f783f1a6c5e675f55827e1ca491eaf7a5560cd..ed2088e4e298efa5379e0f7d6697aa0be9ba449f 100644 (file)
@@ -41,5 +41,5 @@ int dos2unix_main( int argc, char **argv ) {
                 putchar(c);
                 c = getchar();
        } 
-       return 0;
+       return EXIT_SUCCESS;
 }