mac: add missing semicolon to macosx_compat.h

fixes build on older systems
This commit is contained in:
Ken
2019-01-25 19:50:43 -08:00
committed by Akemi
parent 9284543ab9
commit f2e7e81bda
+1 -1
View File
@@ -55,7 +55,7 @@ static const NSEventModifierFlags NSEventModifierFlagOption = NSAlternateKeyMask
#if (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_9)
typedef NSUInteger NSModalResponse;
static const NSModalResponse NSModalResponseOK = NSFileHandlingPanelOKButton
static const NSModalResponse NSModalResponseOK = NSFileHandlingPanelOKButton;
#endif
#endif