summaryrefslogtreecommitdiff
path: root/progs/tests/stencil_wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/stencil_wrap.c')
-rw-r--r--progs/tests/stencil_wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/stencil_wrap.c b/progs/tests/stencil_wrap.c
index 28307fef4f..2bafd3204f 100644
--- a/progs/tests/stencil_wrap.c
+++ b/progs/tests/stencil_wrap.c
@@ -225,7 +225,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));