mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
Update deps/zlib
This commit is contained in:
parent
ed0aefaf6c
commit
92221216bf
2
deps/zlib/crc32.c
vendored
2
deps/zlib/crc32.c
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user