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 b31f2229b..4659e4bc6 100644 --- a/coreutils/echo.c +++ b/coreutils/echo.c | |||
@@ -96,7 +96,7 @@ echo_main(int argc, char** argv) | |||
96 | if (! nflag) | 96 | if (! nflag) |
97 | putchar('\n'); | 97 | putchar('\n'); |
98 | fflush(stdout); | 98 | fflush(stdout); |
99 | exit( 0); | 99 | return( 0); |
100 | } | 100 | } |
101 | 101 | ||
102 | /*- | 102 | /*- |