mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix a whole bunch of clang warnings.
This commit is contained in:
@ -191,7 +191,7 @@ plMipmap* plPNG::ReadFromFile(const wchar_t* fileName)
|
||||
hsUNIXStream in;
|
||||
|
||||
if (!in.Open(fileName, L"rb")) {
|
||||
return false;
|
||||
return nil;
|
||||
}
|
||||
|
||||
plMipmap* ret = IRead(&in);
|
||||
|
Reference in New Issue
Block a user