Fix types in contrib/minizip to match result of get_crc_table().

This commit is contained in:
takacsd
2012-11-30 19:43:50 +01:00
committed by Mark Adler
parent 00dfee0b2e
commit 63ba7582b8
3 changed files with 6 additions and 6 deletions

View File

@@ -188,7 +188,7 @@ typedef struct
# ifndef NOUNCRYPT
unsigned long keys[3]; /* keys defining the pseudo-random sequence */
const unsigned long* pcrc_32_tab;
const z_crc_t* pcrc_32_tab;
# endif
} unz64_s;