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
This commit is contained in:
parent
bd85a7bb81
commit
beb671c3ee
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ void QZ_InitOSKeymap (_THIS) {
|
||||||
|
|
||||||
static void QZ_DoKey (_THIS, int state, NSEvent *event) {
|
static void QZ_DoKey (_THIS, int state, NSEvent *event) {
|
||||||
|
|
||||||
NSString *chars;
|
NSString *chars = NULL;
|
||||||
unsigned int i, numChars;
|
unsigned int i, numChars;
|
||||||
SDL_keysym key;
|
SDL_keysym key;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue