diff options
author | Vinson Lee <[email protected]> | 2010-05-01 15:07:45 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-05-01 15:07:45 -0700 |
commit | 33c34c0806908e7176cb415025c641574543b554 (patch) | |
tree | aafe70d9541dc88ffa97ad69d242a0f665b0ded2 /progs/tests/interleave.c | |
parent | cd502e5f5cb85e5bd464a7d2af920a61068a8399 (diff) |
progs/tests: Remove meaningless const qualifiers.
Diffstat (limited to 'progs/tests/interleave.c')
-rw-r--r-- | progs/tests/interleave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/interleave.c b/progs/tests/interleave.c index acf67d02c12..c60ddde1f11 100644 --- a/progs/tests/interleave.c +++ b/progs/tests/interleave.c @@ -352,7 +352,7 @@ static void ModeMenu( int entry ) static void Init( void ) { - const char * const ver_string = (const char * const) + const char * const ver_string = (const char *) glGetString( GL_VERSION ); const GLubyte tex[16] = { 0xff, 0x00, 0xff, 0x00, |