Skip to content

Commit

Permalink
Fixed 1 out of 210 warnings. ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 31, 2007
1 parent 32e2e24 commit 8ed9b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/quartz/SDL_QuartzEvents.m
Expand Up @@ -254,7 +254,7 @@ void QZ_InitOSKeymap (_THIS) {

static void QZ_DoKey (_THIS, int state, NSEvent *event) {

NSString *chars;
NSString *chars = NULL;
unsigned int i, numChars;
SDL_keysym key;

Expand Down

0 comments on commit 8ed9b49

Please sign in to comment.