Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29718
b: refs/heads/master
c: 5f507d9
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Mohr authored and Linus Torvalds committed Jun 25, 2006
1 parent 1e9b2b1 commit dd1912d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b364b8d584b94777f8446a943b3c65e75e758f8
refs/heads/master: 5f507d9e05b4dbfee34f3d967623ad3fbf0f28b3
2 changes: 1 addition & 1 deletion trunk/lib/libcrc32c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dd1912d

Please sign in to comment.