diff options
Diffstat (limited to 'coreutils/uuencode.c')
-rw-r--r-- | coreutils/uuencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uuencode.c b/coreutils/uuencode.c index db49ec80a..f096e3122 100644 --- a/coreutils/uuencode.c +++ b/coreutils/uuencode.c | |||
@@ -78,5 +78,5 @@ int uuencode_main(int argc UNUSED_PARAM, char **argv) | |||
78 | } | 78 | } |
79 | printf(tbl == bb_uuenc_tbl_std ? "\n`\nend\n" : "\n====\n"); | 79 | printf(tbl == bb_uuenc_tbl_std ? "\n`\nend\n" : "\n====\n"); |
80 | 80 | ||
81 | fflush_stdout_and_exit(EXIT_SUCCESS); | 81 | fflush_stdout_and_exit_SUCCESS(); |
82 | } | 82 | } |