diff options
Diffstat (limited to 'lib/crc32defs.h')
-rw-r--r-- | lib/crc32defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crc32defs.h b/lib/crc32defs.h index 9b6773d73749..f5a540176571 100644 --- a/lib/crc32defs.h +++ b/lib/crc32defs.h | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | /* How many bits at a time to use. Requires a table of 4<<CRC_xx_BITS bytes. */ | 9 | /* How many bits at a time to use. Requires a table of 4<<CRC_xx_BITS bytes. */ |
10 | /* For less performance-sensitive, use 4 */ | 10 | /* For less performance-sensitive, use 4 */ |
11 | #ifndef CRC_LE_BITS | 11 | #ifndef CRC_LE_BITS |
12 | # define CRC_LE_BITS 8 | 12 | # define CRC_LE_BITS 8 |
13 | #endif | 13 | #endif |
14 | #ifndef CRC_BE_BITS | 14 | #ifndef CRC_BE_BITS |