diff options
author | Vinson Lee <vlee@vmware.com> | 2010-05-01 15:07:45 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-05-01 15:07:45 -0700 |
commit | 33c34c0806908e7176cb415025c641574543b554 (patch) | |
tree | aafe70d9541dc88ffa97ad69d242a0f665b0ded2 /progs/tests/bug_3195.c | |
parent | cd502e5f5cb85e5bd464a7d2af920a61068a8399 (diff) |
progs/tests: Remove meaningless const qualifiers.
Diffstat (limited to 'progs/tests/bug_3195.c')
-rw-r--r-- | progs/tests/bug_3195.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/bug_3195.c b/progs/tests/bug_3195.c index 3574c1f717..10481c2232 100644 --- a/progs/tests/bug_3195.c +++ b/progs/tests/bug_3195.c @@ -176,7 +176,7 @@ static void SpecialKey( int key, int x, int y ) static void Init( void ) { GLfloat maxBias; - 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)); |