소스 검색

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