Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5706
b: refs/heads/master
c: cfc646f
h: refs/heads/master
v: v3
  • Loading branch information
Dominik Hackl authored and Linus Torvalds committed Aug 7, 2005
1 parent 1f289d2 commit a6a19f4
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: 4b0271eb9da5170ab5cadf2edf97c84712c82550
refs/heads/master: cfc646fa848dfa124fe4d6e0e44ef6940f7f9e6d
2 changes: 1 addition & 1 deletion trunk/lib/crc32.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ static u32 test_step(u32 init, unsigned char *buf, size_t len)
init = bitreverse(init);
crc2 = bitreverse(crc1);
if (crc1 != bitreverse(crc2))
printf("\nBit reversal fail: 0x%08x -> %0x08x -> 0x%08x\n",
printf("\nBit reversal fail: 0x%08x -> 0x%08x -> 0x%08x\n",
crc1, crc2, bitreverse(crc2));
crc1 = crc32_le(init, buf, len);
if (crc1 != crc2)
Expand Down

0 comments on commit a6a19f4

Please sign in to comment.