diff options
Diffstat (limited to '')
-rw-r--r-- | zlib-1.2.7/crc32.h (renamed from zlib-1.2.5/crc32.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib-1.2.5/crc32.h b/zlib-1.2.7/crc32.h index 8053b6117..9e0c77810 100644 --- a/zlib-1.2.5/crc32.h +++ b/zlib-1.2.7/crc32.h @@ -2,7 +2,7 @@ * Generated automatically by crc32.c */ -local const unsigned long FAR crc_table[TBLS][256] = +local const z_crc_t FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL, |