diff options
Diffstat (limited to 'coreutils/echo.c')
-rw-r--r-- | coreutils/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/echo.c b/coreutils/echo.c index 595e6defe..0dbb32f28 100644 --- a/coreutils/echo.c +++ b/coreutils/echo.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <stdlib.h> | 22 | #include <stdlib.h> |
23 | #include "busybox.h" | 23 | #include "busybox.h" |
24 | 24 | ||
25 | extern int echo_main(int argc, char** argv) | 25 | int echo_main(int argc, char** argv) |
26 | { | 26 | { |
27 | (void)bb_echo(argc, argv); | 27 | (void)bb_echo(argc, argv); |
28 | bb_fflush_stdout_and_exit(EXIT_SUCCESS); | 28 | bb_fflush_stdout_and_exit(EXIT_SUCCESS); |