Skip to content

Commit

Permalink
Whoops, glGetIntegerv() returns void. Cut-and-paste error!
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed May 3, 2008
1 parent fafb72f commit a6318d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glcaps.c
Expand Up @@ -9,7 +9,7 @@
#include "GL/glext.h"
#include "SDL.h"

typedef WINGDIAPI const GLubyte * (APIENTRYP PFNGLGETINTEGERVPROC) (GLenum pname, GLint *params);
typedef WINGDIAPI void (APIENTRYP PFNGLGETINTEGERVPROC) (GLenum pname, GLint *params);
typedef WINGDIAPI const GLubyte * (APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);

#ifndef GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT
Expand Down

0 comments on commit a6318d8

Please sign in to comment.