diff options
Diffstat (limited to 'coreutils/env.c')
-rw-r--r-- | coreutils/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/env.c b/coreutils/env.c index a0ea4dd27..6eafd06ef 100644 --- a/coreutils/env.c +++ b/coreutils/env.c | |||
@@ -100,7 +100,7 @@ int env_main(int argc UNUSED_PARAM, char **argv) | |||
100 | } | 100 | } |
101 | } | 101 | } |
102 | 102 | ||
103 | fflush_stdout_and_exit(EXIT_SUCCESS); | 103 | fflush_stdout_and_exit_SUCCESS(); |
104 | } | 104 | } |
105 | 105 | ||
106 | /* | 106 | /* |