Skip to content

Commit

Permalink
Single-character iOS buildfix, sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Mar 22, 2023
1 parent dfa06c4 commit 49af6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/DarwinFileSystemServices.mm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ - (void)documentPicker:(UIDocumentPickerViewController *)controller didPickDocum
if (urls.count >= 1)
self.callback(true, Path(urls[0].path.UTF8String));
else
self.callback)false, Path());
self.callback(false, Path());
}

@end
Expand Down

0 comments on commit 49af6b9

Please sign in to comment.