diff options
Diffstat (limited to 'lib/libcrc32.c')
-rw-r--r-- | lib/libcrc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrc32.c b/lib/libcrc32.c index d556e91..d47a842 100644 --- a/lib/libcrc32.c +++ b/lib/libcrc32.c @@ -39,7 +39,7 @@ #include <stdint.h> -const static uint32_t crc32_table[256] = { +static const uint32_t crc32_table[256] = { 0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc419L, 0x706af48fL, 0xe963a535L, 0x9e6495a3L, 0x0edb8832L, 0x79dcb8a4L, 0xe0d5e91eL, 0x97d2d988L, 0x09b64c2bL, 0x7eb17cbdL, 0xe7b82d07L, |