fixing build on new devkitppc

This commit is contained in:
Daryl Borth 2021-08-06 12:36:21 -06:00
parent dc057954ec
commit affae341f3

View File

@ -756,7 +756,7 @@ LoadSzFile(char * filepath, unsigned char * rbuffer)
HaltParseThread(); HaltParseThread();
file = fopen (filepath, "rb"); file = fopen (filepath, "rb");
if (file > 0) if (file)
{ {
size = SzExtractFile(browserList[browser.selIndex].filenum, rbuffer); size = SzExtractFile(browserList[browser.selIndex].filenum, rbuffer);
fclose (file); fclose (file);