Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-26 04:43:19 +0400
committerMike Frysinger <vapier@gentoo.org>2005-04-26 04:43:19 +0400
commitedb3fbc30517883a1e7ec5eacdefd610305069fa (patch)
tree11a67244e3fcd24cb53df2ae658e90bd5f35ce55 /coreutils/printenv.c
parentd6a8f5f0d0572b7e8bb975cdbba1e581931d12d6 (diff)
fix stupid build mistake i made earlier as pointed out by psm
Diffstat (limited to 'coreutils/printenv.c')
-rw-r--r--coreutils/printenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/printenv.c b/coreutils/printenv.c
index 753f7cb4d..079a62fe8 100644
--- a/coreutils/printenv.c
+++ b/coreutils/printenv.c
@@ -49,5 +49,5 @@ int printenv_main(int argc, char **argv)
}
}
- bb_fflush_stdout_and_exit();
+ bb_fflush_stdout_and_exit(0);
}