diff options
Diffstat (limited to 'progs/tests')
-rw-r--r-- | progs/tests/arraytexture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/arraytexture.c b/progs/tests/arraytexture.c index e4e86b9b4c..94adf478d9 100644 --- a/progs/tests/arraytexture.c +++ b/progs/tests/arraytexture.c @@ -249,7 +249,7 @@ static void require_extension(const char *ext) static void Init(void) { - const char *const ver_string = (const char *const) glGetString(GL_VERSION); + const char *const ver_string = (const char *) glGetString(GL_VERSION); unsigned i; printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER)); |