X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/18c831dcd0ae4d660c70ccac69d27ed2a97851be..d4085bd95c8848c50af13ea53ffe1f496061f8d6:/hash/crc32.h diff --git a/hash/crc32.h b/hash/crc32.h index 7482dc4..429306e 100644 --- a/hash/crc32.h +++ b/hash/crc32.h @@ -40,7 +40,7 @@ /*----- External values ---------------------------------------------------*/ -extern uint32 crc32_table[256]; +extern const uint32 crc32_table[256]; /*----- Macros ------------------------------------------------------------*/