mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 04:40:09 +01:00
progs/demos: Remove meaningless const qualifier in vao_demo.c.
This commit is contained in:
parent
f5a4d70189
commit
19aa77313c
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ static void Key( unsigned char key, int x, int y )
|
||||||
|
|
||||||
static void Init( void )
|
static void Init( void )
|
||||||
{
|
{
|
||||||
const char * const ver_string = (const char * const)
|
const char * const ver_string = (const char *)
|
||||||
glGetString( GL_VERSION );
|
glGetString( GL_VERSION );
|
||||||
|
|
||||||
printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));
|
printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue