diff options
Diffstat (limited to 'coreutils/sort.c')
-rw-r--r-- | coreutils/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c index 32a06e40a..0cbb6f597 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
@@ -644,5 +644,5 @@ int sort_main(int argc UNUSED_PARAM, char **argv) | |||
644 | printf("%s%c", lines[i], ch); | 644 | printf("%s%c", lines[i], ch); |
645 | } | 645 | } |
646 | 646 | ||
647 | fflush_stdout_and_exit(EXIT_SUCCESS); | 647 | fflush_stdout_and_exit_SUCCESS(); |
648 | } | 648 | } |