1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Update deps/zlib

This commit is contained in:
twinaphex 2017-03-25 01:33:06 +01:00
parent ed0aefaf6c
commit 92221216bf

2
deps/zlib/crc32.c vendored
View File

@ -84,7 +84,7 @@ extern "C" {
const uint32_t *get_crc_table(void)
{
return (const z_crc_t FAR *)crc_table;
return (const uint32_t*)crc_table;
}
#ifdef __cplusplus