cocoa: Cut and paste from HTML strikes again!
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];