summaryrefslogtreecommitdiff
path: root/progs/trivial/tri-fp-const-imm.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/trivial/tri-fp-const-imm.c')
-rw-r--r--progs/trivial/tri-fp-const-imm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/tri-fp-const-imm.c b/progs/trivial/tri-fp-const-imm.c
index 2b1499903c..d2df442abf 100644
--- a/progs/trivial/tri-fp-const-imm.c
+++ b/progs/trivial/tri-fp-const-imm.c
@@ -51,6 +51,7 @@ static void Init(void)
fprintf(stderr, "GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));
fprintf(stderr, "GL_VERSION = %s\n", (char *) glGetString(GL_VERSION));
fprintf(stderr, "GL_VENDOR = %s\n", (char *) glGetString(GL_VENDOR));
+ fflush(stderr);
/* Setup the fragment program */
glGenProgramsARB(1, &prognum);