summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/macosx_compat.h')
-rw-r--r--osdep/macosx_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/macosx_compat.h b/osdep/macosx_compat.h
index e448fe6213..2b75c7695e 100644
--- a/osdep/macosx_compat.h
+++ b/osdep/macosx_compat.h
@@ -45,7 +45,7 @@ typedef NSUInteger NSEventModifierFlags;
static const NSEventModifierFlags NSEventModifierFlagShift = NSShiftKeyMask;
static const NSEventModifierFlags NSEventModifierFlagControl = NSControlKeyMask;
-static const NSEventModifierFlags NSEventModifierFlagCommand = NSCommandKeyMask;
+static const NSEventModifierFlags NSEventModifierFlagCommand = NSCommandKeyMask;
static const NSEventModifierFlags NSEventModifierFlagOption = NSAlternateKeyMask;
#endif