Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Unified Diff: third_party/zlib/crc32.h

Issue 2084863002: Update Zlib to version 1.2.8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/zlib/contrib/minizip/zip.c ('k') | third_party/zlib/crc32.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/zlib/crc32.h
diff --git a/third_party/zlib/crc32.h b/third_party/zlib/crc32.h
index 8053b6117c023f64554ea783b23fa06985acff7b..9e0c7781025148380d130d6f7b6e590117ad3a8c 100644
--- a/third_party/zlib/crc32.h
+++ b/third_party/zlib/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,
« no previous file with comments | « third_party/zlib/contrib/minizip/zip.c ('k') | third_party/zlib/crc32.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698