mirror of
https://github.com/libretro/Genesis-Plus-GX-Wide.git
synced 2024-11-23 08:19:44 +00:00
[SDL] fixed gzopen() file type
This commit is contained in:
parent
f49980abed
commit
c0e7e595e4
@ -121,7 +121,7 @@ int load_archive(char *filename, unsigned char *buffer, int maxsize, char *exten
|
||||
else
|
||||
{
|
||||
/* Open file */
|
||||
gzFile *gd = gzopen(filename, "rb");
|
||||
gzFile gd = gzopen(filename, "rb");
|
||||
if (!gd) return 0;
|
||||
|
||||
/* Read file data */
|
||||
|
Loading…
Reference in New Issue
Block a user