diff options
Diffstat (limited to 'coreutils/uniq.c')
-rw-r--r-- | coreutils/uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uniq.c b/coreutils/uniq.c index a3058ac07..06c57f750 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.c | |||
@@ -139,5 +139,5 @@ int uniq_main(int argc UNUSED_PARAM, char **argv) | |||
139 | 139 | ||
140 | die_if_ferror(stdin, input_filename); | 140 | die_if_ferror(stdin, input_filename); |
141 | 141 | ||
142 | fflush_stdout_and_exit(EXIT_SUCCESS); | 142 | fflush_stdout_and_exit_SUCCESS(); |
143 | } | 143 | } |