Fix syntax.

This commit is contained in:
Syoyo Fujita 2023-04-23 21:40:23 +09:00
parent ecfd37dee2
commit b534b6b0d8

View File

@ -2755,7 +2755,6 @@ bool FileExists(const std::string &abs_filename, void *) {
if (result & FILE_ATTRIBUTE_DIRECTORY) {
return false;
}
}
FILE *fp = nullptr;
errno_t err = _wfopen_s(&fp, UTF8ToWchar(abs_filename).c_str(), L"rb");