gallium/hud: flush stdout in print_help(), for Windows

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Brian Paul 2015-02-04 13:34:44 -07:00
parent 7ea1e37497
commit 6447e9dbfa
1 changed files with 1 additions and 0 deletions

View File

@ -915,6 +915,7 @@ print_help(struct pipe_screen *screen)
} }
puts(""); puts("");
fflush(stdout);
} }
struct hud_context * struct hud_context *