diff --git a/deps/zlib/crc32.c b/deps/zlib/crc32.c index ece139a00e..aa1b3c8e2d 100644 --- a/deps/zlib/crc32.c +++ b/deps/zlib/crc32.c @@ -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