1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-21 14:22:17 +00:00

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

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