diff options
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r-- | coreutils/uudecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index e90902f52..63a8d4d48 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c | |||
@@ -352,7 +352,7 @@ int baseNUM_main(int argc UNUSED_PARAM, char **argv) | |||
352 | #undef src_buf | 352 | #undef src_buf |
353 | } | 353 | } |
354 | 354 | ||
355 | fflush_stdout_and_exit(EXIT_SUCCESS); | 355 | fflush_stdout_and_exit_SUCCESS(); |
356 | } | 356 | } |
357 | #endif | 357 | #endif |
358 | 358 | ||