summaryrefslogtreecommitdiff
path: root/progs/tests/bug_3101.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/bug_3101.c')
-rw-r--r--progs/tests/bug_3101.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/bug_3101.c b/progs/tests/bug_3101.c
index 06a9776155..796377186b 100644
--- a/progs/tests/bug_3101.c
+++ b/progs/tests/bug_3101.c
@@ -100,7 +100,7 @@ static void Key( unsigned char key, int x, int y )
static void Init( void )
{
- const char * const ver_string = (const char * const)
+ const char * const ver_string = (const char *)
glGetString( GL_VERSION );
printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));