aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/OutputInfo.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/OutputInfo.c b/src/OutputInfo.c
index 2547aff..65ea09d 100644
--- a/src/OutputInfo.c
+++ b/src/OutputInfo.c
@@ -198,10 +198,9 @@ int IOBasic_OutputInfoGH (cGH *GH)
/* Add the new line */
printf ("\n");
- return (0);
-
-
+ fflush(stdout);
+ return (0);
}