summaryrefslogtreecommitdiff
path: root/progs/tests/crossbar.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-05-01 15:07:45 -0700
committerVinson Lee <vlee@vmware.com>2010-05-01 15:07:45 -0700
commit33c34c0806908e7176cb415025c641574543b554 (patch)
treeaafe70d9541dc88ffa97ad69d242a0f665b0ded2 /progs/tests/crossbar.c
parentcd502e5f5cb85e5bd464a7d2af920a61068a8399 (diff)
progs/tests: Remove meaningless const qualifiers.
Diffstat (limited to 'progs/tests/crossbar.c')
-rw-r--r--progs/tests/crossbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/crossbar.c b/progs/tests/crossbar.c
index 2988e20920..ac9a8eae3b 100644
--- a/progs/tests/crossbar.c
+++ b/progs/tests/crossbar.c
@@ -143,7 +143,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 );
float ver = strtod( ver_string, NULL );
GLint tex_units;