Skip to content

Commit

Permalink
cocoa: Cut and paste from HTML strikes again!
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 9, 2020
1 parent 19aaa29 commit b79832b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/cocoa/SDL_cocoaevents.m
Expand Up @@ -310,7 +310,7 @@ - (void)handleURLEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppleEv
NSString *mainNibFileName;
bool success = false;

if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_8) {
if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_8) {
return false;
}
infoDict = [[NSBundle mainBundle] infoDictionary];
Expand Down

0 comments on commit b79832b

Please sign in to comment.