diff options
Diffstat (limited to 'coreutils/printenv.c')
-rw-r--r-- | coreutils/printenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/printenv.c b/coreutils/printenv.c index aea88d701..ec50f7151 100644 --- a/coreutils/printenv.c +++ b/coreutils/printenv.c | |||
@@ -37,5 +37,5 @@ int printenv_main(int argc, char **argv) | |||
37 | } | 37 | } |
38 | } | 38 | } |
39 | 39 | ||
40 | bb_fflush_stdout_and_exit(0); | 40 | fflush_stdout_and_exit(0); |
41 | } | 41 | } |