From 92221216bfeed65ef288f51ba0c3368621c8782a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 25 Mar 2017 01:33:06 +0100 Subject: [PATCH] Update deps/zlib --- deps/zlib/crc32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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