summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
Diffstat (limited to 'job.c')
-rw-r--r--job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/job.c b/job.c
index daf3efe..106c518 100644
--- a/job.c
+++ b/job.c
@@ -503,8 +503,8 @@ child_out (const struct child *child, const char *msg, int out)
{
FILE *f = out ? stdout : stderr;
fputs (msg, f);
- fflush (f);
putc ('\n', f);
+ fflush (f);
}
}