Stop using TRUE and FALSE for exit status.
[oweals/busybox.git] / freeramdisk.c
index 22fc3e643ee61f5c5928791c772a27aa8e386b57..567151455470e00ee6e49f7dcbfe2c2d9d930b1e 100644 (file)
@@ -51,7 +51,7 @@ freeramdisk_main(int argc, char **argv)
        /* Don't bother closing.  Exit does
         * that, so we can save a few bytes */
        /* close(f); */
-       return(TRUE);
+       return EXIT_SUCCESS;
 }
 
 /*