progs/demos: Remove meaningless const qualifier in vao_demo.c.

This commit is contained in:
Vinson Lee
2010-05-01 01:28:06 -07:00
parent f5a4d70189
commit 19aa77313c

View File

@@ -272,7 +272,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));