summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorKen <21211439+kencu@users.noreply.github.com>2019-01-25 19:50:43 -0800
committerAkemi <der.richter@gmx.de>2019-01-26 20:44:36 +0100
commitf2e7e81bda653c1f2cb3b27cf867e9195d184ddc (patch)
tree0c07207445901ce1d5efcb6dade0ed45db7db4a7 /osdep
parent9284543ab9fdbd691bb4feed701b0ef9b56bf257 (diff)
downloadmpv-f2e7e81bda653c1f2cb3b27cf867e9195d184ddc.tar.bz2
mpv-f2e7e81bda653c1f2cb3b27cf867e9195d184ddc.tar.xz
mac: add missing semicolon to macosx_compat.h
fixes build on older systems
Diffstat (limited to 'osdep')
-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 747aa159af..d5f8dab571 100644
--- a/osdep/macosx_compat.h
+++ b/osdep/macosx_compat.h
@@ -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