From f2e7e81bda653c1f2cb3b27cf867e9195d184ddc Mon Sep 17 00:00:00 2001 From: Ken <21211439+kencu@users.noreply.github.com> Date: Fri, 25 Jan 2019 19:50:43 -0800 Subject: mac: add missing semicolon to macosx_compat.h fixes build on older systems --- osdep/macosx_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3