projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7b6a06
)
progs/tests: Remove meaningless const qualifier in arraytexture.c.
author
Vinson Lee
<vlee@vmware.com>
Tue, 27 Apr 2010 08:22:26 +0000
(
01:22
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 27 Apr 2010 08:22:26 +0000
(
01:22
-0700)
progs/tests/arraytexture.c
patch
|
blob
|
history
diff --git
a/progs/tests/arraytexture.c
b/progs/tests/arraytexture.c
index e4e86b9b4ce9469c78fb46d5ec93fb43ff5e9ba8..94adf478d90042120610d933c4a23c570e082394 100644
(file)
--- 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));