mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Fixup zlib_file_size early return
This commit is contained in:
parent
8f511815d1
commit
f52579019a
@ -147,7 +147,7 @@ static size_t zlib_file_size(void *handle)
|
||||
{
|
||||
zlib_file_data_t *data = (zlib_file_data_t*)handle;
|
||||
if (!data)
|
||||
return NULL;
|
||||
return 0;
|
||||
return data->size;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user