Commit b79832ba1134e12a229d38a6f6f3f2cec717da4b

Ryan C. Gordon 2020-10-08T21:11:09

cocoa: Cut and paste from HTML strikes again!

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/video/cocoa/SDL_cocoaevents.m b/src/video/cocoa/SDL_cocoaevents.m
index 43f4392..e4e4d5c 100644
--- a/src/video/cocoa/SDL_cocoaevents.m
+++ b/src/video/cocoa/SDL_cocoaevents.m
@@ -310,7 +310,7 @@ LoadMainMenuNibIfAvailable(void)
     NSString *mainNibFileName;
     bool success = false;
 
-    if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_8) {
+    if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_8) {
         return false;
     }
     infoDict = [[NSBundle mainBundle] infoDictionary];