summaryrefslogtreecommitdiff
path: root/macosx/hotkeys.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/hotkeys.m')
-rwxr-xr-xmacosx/hotkeys.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/hotkeys.m b/macosx/hotkeys.m
index a3fcbfa7..9ae83047 100755
--- a/macosx/hotkeys.m
+++ b/macosx/hotkeys.m
@@ -76,7 +76,7 @@ BOOL handleHotkey(NSString* keyCode) {
GPU_displayText((char*)[[NSString stringWithFormat:@"State Slot: %d", currentState] UTF8String]);
break;
default:
- NSLog(@"Invalid hotkey identifier %li.", [ident integerValue]);
+ NSLog(@"Invalid hotkey identifier %i.", [ident intValue]);
}
return YES;