mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
progs/tests: Remove meaningless const qualifier in arraytexture.c.
This commit is contained in:
parent
a7b6a06bf1
commit
35d52a0626
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue