summaryrefslogtreecommitdiff
path: root/src/line_printer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/line_printer.cc')
-rw-r--r--src/line_printer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/line_printer.cc b/src/line_printer.cc
index 54ba883..12e82b3 100644
--- a/src/line_printer.cc
+++ b/src/line_printer.cc
@@ -118,6 +118,7 @@ void LinePrinter::Print(string to_print, LineType type) {
have_blank_line_ = false;
} else {
printf("%s\n", to_print.c_str());
+ fflush(stdout);
}
}