aboutsummaryrefslogtreecommitdiff
path: root/AppKit
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit')
-rw-r--r--AppKit/GTMHotKeyTextField.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppKit/GTMHotKeyTextField.m b/AppKit/GTMHotKeyTextField.m
index 276f212..c73d217 100644
--- a/AppKit/GTMHotKeyTextField.m
+++ b/AppKit/GTMHotKeyTextField.m
@@ -492,7 +492,7 @@ static CFStringRef kGTM_TISPropertyUnicodeKeyLayoutData = NULL;
uchrChars);
if (err != noErr) {
// COV_NF_START
- _GTMDevLog(@"failed to translate the keycode, err=%d", err);
+ _GTMDevLog(@"failed to translate the keycode, err=%d", (int)err);
return nil;
// COV_NF_END
}