From 63ba7582b80eb81b126c2931e485481c35596aab Mon Sep 17 00:00:00 2001 From: takacsd Date: Fri, 30 Nov 2012 19:43:50 +0100 Subject: Fix types in contrib/minizip to match result of get_crc_table(). --- contrib/minizip/zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/minizip/zip.c') diff --git a/contrib/minizip/zip.c b/contrib/minizip/zip.c index 147934c..ea54853 100644 --- a/contrib/minizip/zip.c +++ b/contrib/minizip/zip.c @@ -157,7 +157,7 @@ typedef struct ZPOS64_T totalUncompressedData; #ifndef NOCRYPT unsigned long keys[3]; /* keys defining the pseudo-random sequence */ - const unsigned long* pcrc_32_tab; + const z_crc_t* pcrc_32_tab; int crypt_header_size; #endif } curfile64_info; -- cgit v1.2.3-55-g6feb