diff options
Diffstat (limited to 'tools/nonetwork.c')
-rw-r--r-- | tools/nonetwork.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/nonetwork.c b/tools/nonetwork.c index fb3dafb..fc95b6a 100644 --- a/tools/nonetwork.c +++ b/tools/nonetwork.c @@ -7,7 +7,9 @@ #include <stdio.h> static void print_message() { - fprintf(stderr, "Don't use network from MXE build rules!\n"); + fflush(stderr); + fprintf(stderr, "\nDon't use network from MXE build rules!\n"); + fflush(stderr); } int connect(int sock, const void *addr, unsigned int len) { |