(Android) Fix build

This commit is contained in:
twinaphex 2016-01-24 06:28:27 +01:00
parent 78feccd0a3
commit 8a254d0480
2 changed files with 2 additions and 3 deletions

View File

@ -367,7 +367,7 @@ struct decomp_state
* buf will be 0 then.
*/
static int file_decompressed(const char *name, const char *valid_exts,
static int zip_file_decompressed(const char *name, const char *valid_exts,
const uint8_t *cdata, unsigned cmode, uint32_t csize, uint32_t size,
uint32_t crc32, void *userdata)
{
@ -446,7 +446,7 @@ static int read_zip_file(const char *path,
do
{
ret = zlib_parse_file_iterate(&zlib, &returnerr, path,
"", file_decompressed, &st);
"", zip_file_decompressed, &st);
if (!returnerr)
break;
}while(ret == 0 && !st.found);

View File

@ -112,7 +112,6 @@ struct rpng_process_t
unsigned pos;
} pass;
void *stream;
zlib_file_handle_t handle;
};
struct rpng