aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/macosx_compat.h
diff options
context:
space:
mode:
authorGravatar Akemi <der.richter@gmx.de>2017-03-26 21:46:28 +0200
committerGravatar Akemi <der.richter@gmx.de>2017-08-18 19:47:47 +0200
commit344b75f52da349ab293ee2bb7f48604eabcffb0f (patch)
treefe93986060a65603b51949ccd9ce354306253c61 /osdep/macosx_compat.h
parente0a2d152163977fdc2a48ac1bd4144614a1e6f25 (diff)
osx: code cleanups and cosmetic fixes
silence build warnings, clean up code style and remove unused code.
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