Stop using TRUE and FALSE for exit status.
[oweals/busybox.git] / miscutils / dutmp.c
index cf5f1cff802871be7a0710cf8be14f6534f39b23..03d80d87d4b56f33e3a9a6c771f4903e356fa230 100644 (file)
@@ -62,5 +62,5 @@ extern int dutmp_main(int argc, char **argv)
                ut.ut_addr);
        }
 #endif
-       return(TRUE);
+       return EXIT_SUCCESS;
 }