diff options
Diffstat (limited to 'echo.c')
-rw-r--r-- | echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | /*- |