فهرست منبع

cocoa: Cut and paste from HTML strikes again!

Ryan C. Gordon 4 سال پیش
والد
کامیت
b79832ba11
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/video/cocoa/SDL_cocoaevents.m

+ 1 - 1
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];