Skip to content

Commit

Permalink
Fixed build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 13, 2002
1 parent 812b453 commit 31e9038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/quartz/SDL_QuartzVideo.m
Expand Up @@ -1208,7 +1208,7 @@ static int QZ_GL_LoadLibrary (_THIS, const char *location) {

static int QZ_GL_GetAttribute (_THIS, SDL_GLattr attrib, int* value) {

GLenum attr;
GLenum attr = 0;

QZ_GL_MakeCurrent (this);

Expand Down

0 comments on commit 31e9038

Please sign in to comment.