Add fflush to win32 usage message.

This commit is contained in:
Erik de Castro Lopo 2004-09-30 09:04:23 +00:00
parent 1c8898cdcb
commit 188247ede6

View File

@ -49,6 +49,7 @@ print_usage (char *progname)
printf ("This is a Unix style command line application which\n"
"should be run in a MSDOS box or Command Shell window.\n\n") ;
printf ("Sleeping for 5 seconds before exiting.\n\n") ;
fflush (stdout) ;
/* This is the officially blessed by microsoft way but I can't get
** it to link.