aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/cmdedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index 0765ca3ce..722a36a50 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -147,7 +147,7 @@ static void cmdedit_reset_term(void)
static void clean_up_and_die(int sig)
{
cmdedit_reset_term();
- fprintf(stdout, "\n");
+ printf("\n");
if (sig!=SIGINT)
exit(EXIT_SUCCESS);
}