mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
mac: add missing semicolon to macosx_compat.h
fixes build on older systems
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user