Module: Mesa Branch: master Commit: 19aa77313cf5ffe051c39f9950d27d4afeb41dba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19aa77313cf5ffe051c39f9950d27d4afeb41dba
Author: Vinson Lee <[email protected]> Date: Sat May 1 01:28:06 2010 -0700 progs/demos: Remove meaningless const qualifier in vao_demo.c. --- progs/demos/vao_demo.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/progs/demos/vao_demo.c b/progs/demos/vao_demo.c index 5ce07ec..b81004b 100644 --- a/progs/demos/vao_demo.c +++ b/progs/demos/vao_demo.c @@ -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)); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
