Commit beb671c3 authored by Sam Lantinga's avatar Sam Lantinga

Fixed 1 out of 210 warnings. ;-)

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402696
parent bd85a7bb
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment