diff options
Diffstat (limited to 'coreutils/echo.c')
-rw-r--r-- | coreutils/echo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/echo.c b/coreutils/echo.c index 0c8eac3bc..8270fc006 100644 --- a/coreutils/echo.c +++ b/coreutils/echo.c | |||
@@ -112,6 +112,7 @@ just_echo: | |||
112 | return 0; | 112 | return 0; |
113 | } | 113 | } |
114 | 114 | ||
115 | int echo_main(int argc, char** argv); | ||
115 | int echo_main(int argc, char** argv) | 116 | int echo_main(int argc, char** argv) |
116 | { | 117 | { |
117 | (void)bb_echo(argv); | 118 | (void)bb_echo(argv); |