cocoa: Cut and paste from HTML strikes again!

Ryan C. Gordon 2020-10-08 21:11:09 -04:00
parent 19aaa2944d
commit b79832ba11
1 changed files with 1 additions and 1 deletions

View File

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