summaryrefslogtreecommitdiff
path: root/progs/tests/blendsquare.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/blendsquare.c')
-rw-r--r--progs/tests/blendsquare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/blendsquare.c b/progs/tests/blendsquare.c
index 3ee3ae2230..07806fc758 100644
--- a/progs/tests/blendsquare.c
+++ b/progs/tests/blendsquare.c
@@ -142,7 +142,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 );
const double version = strtod( ver_string, NULL );