diff options
Diffstat (limited to 'crc32.c')
-rw-r--r-- | crc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -369,7 +369,7 @@ local void gf2_matrix_square(square, mat) | |||
369 | uLong ZEXPORT crc32_combine(crc1, crc2, len2) | 369 | uLong ZEXPORT crc32_combine(crc1, crc2, len2) |
370 | uLong crc1; | 370 | uLong crc1; |
371 | uLong crc2; | 371 | uLong crc2; |
372 | uLong len2; | 372 | z_off_t len2; |
373 | { | 373 | { |
374 | int n; | 374 | int n; |
375 | unsigned long row; | 375 | unsigned long row; |