Fix compile error from previous commit.

This commit is contained in:
Miku AuahDark
2024-04-25 12:04:33 +08:00
parent 4270985df1
commit 8cdbeb20b9
+1 -1
View File
@@ -67,8 +67,8 @@ File::File(const std::string &filename, Mode mode)
if (realdir != nullptr && strcmp(realdir, savedir.c_str()) == 0)
love::android::fixupPermissionSingleFile(savedir, filename);
#endif
}
#endif
}
File::File(const File &other)