summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
Diffstat (limited to 'progs')
-rw-r--r--progs/samples/sphere.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/samples/sphere.c b/progs/samples/sphere.c
index 3605df2380..cbe2cb1868 100644
--- a/progs/samples/sphere.c
+++ b/progs/samples/sphere.c
@@ -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));