From dd1912d8b7e3a70b695759a3da43b41b6436013f Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Sun, 25 Jun 2006 05:47:57 -0700 Subject: [PATCH] --- yaml --- r: 29718 b: refs/heads/master c: 5f507d9e05b4dbfee34f3d967623ad3fbf0f28b3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/lib/libcrc32c.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4abdee5ef97d..fa882864209e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3b364b8d584b94777f8446a943b3c65e75e758f8 +refs/heads/master: 5f507d9e05b4dbfee34f3d967623ad3fbf0f28b3 diff --git a/trunk/lib/libcrc32c.c b/trunk/lib/libcrc32c.c index 52b6dc144ce3..60f46803af3f 100644 --- a/trunk/lib/libcrc32c.c +++ b/trunk/lib/libcrc32c.c @@ -88,7 +88,7 @@ crc32c_le(u32 crc, unsigned char const *p, size_t len) * reflect output bytes = true */ -static u32 crc32c_table[256] = { +static const u32 crc32c_table[256] = { 0x00000000L, 0xF26B8303L, 0xE13B70F7L, 0x1350F3F4L, 0xC79A971FL, 0x35F1141CL, 0x26A1E7E8L, 0xD4CA64EBL, 0x8AD958CFL, 0x78B2DBCCL, 0x6BE22838L, 0x9989AB3BL,