mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
fix cast
This commit is contained in:
parent
b048d8e084
commit
92eac1c765
1 changed files with 1 additions and 1 deletions
|
|
@ -692,7 +692,7 @@ void Init(void)
|
|||
float lmodel_twoside[] = {GL_TRUE};
|
||||
int w, h;
|
||||
GLenum format;
|
||||
char *image;
|
||||
GLubyte *image;
|
||||
|
||||
printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue