Stop using TRUE and FALSE for exit status.
[oweals/busybox.git] / echo.c
diff --git a/echo.c b/echo.c
index a6b5152d8bfbf496d84492beba695e72b17ba3e1..393f4425f5a86244d3fe12b1d1947e8b47a4a176 100644 (file)
--- a/echo.c
+++ b/echo.c
@@ -107,7 +107,7 @@ just_echo:
                putchar('\n');
        fflush(stdout);
 
-       return 0;
+       return EXIT_SUCCESS;
 }
 
 /*-