Skip to content

Commit 46fde06

Browse files
committed
Fix typo
1 parent a47de93 commit 46fde06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/yup_core/native/yup_Files_apple.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ bool openDocument(const String& fileName, const String& parameters, const Array<
316316
File tmp(MacFileHelpers::getIOSSystemLocation(NSCachesDirectory));
317317
tmp = tmp.getChildFile(yup_getExecutableFile().getFileNameWithoutExtension());
318318
tmp.createDirectory();
319-
return File(tmp.getFullPathName();
319+
return File(tmp.getFullPathName());
320320
}
321321

322322
#else

0 commit comments

Comments
 (0)