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:
Diffstat (limited to 'applets')
-rw-r--r--applets/individual.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/individual.c b/applets/individual.c
index 4c468df06..e94f26c93 100644
--- a/applets/individual.c
+++ b/applets/individual.c
@@ -19,6 +19,6 @@ int main(int argc, char **argv)
void bb_show_usage(void)
{
- fputs(APPLET_full_usage "\n", stdout);
+ fputs_stdout(APPLET_full_usage "\n");
exit(EXIT_FAILURE);
}