diff options
Diffstat (limited to 'libbb/fflush_stdout_and_exit.c')
-rw-r--r-- | libbb/fflush_stdout_and_exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/fflush_stdout_and_exit.c b/libbb/fflush_stdout_and_exit.c index 4c689c0fb..5df74170e 100644 --- a/libbb/fflush_stdout_and_exit.c +++ b/libbb/fflush_stdout_and_exit.c | |||
@@ -15,7 +15,7 @@ void FAST_FUNC fflush_stdout_and_exit(int retval) | |||
15 | { | 15 | { |
16 | xfunc_error_retval = retval; | 16 | xfunc_error_retval = retval; |
17 | if (fflush(stdout)) | 17 | if (fflush(stdout)) |
18 | bb_perror_msg_and_die(bb_msg_standard_output); | 18 | bb_simple_perror_msg_and_die(bb_msg_standard_output); |
19 | /* In case we are in NOFORK applet. Do not exit() directly, | 19 | /* In case we are in NOFORK applet. Do not exit() directly, |
20 | * but use xfunc_die() */ | 20 | * but use xfunc_die() */ |
21 | xfunc_die(); | 21 | xfunc_die(); |