summaryrefslogtreecommitdiff
path: root/ZAPD/CRC32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/CRC32.h')
-rw-r--r--ZAPD/CRC32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/CRC32.h b/ZAPD/CRC32.h
index 4158a55..1f82c75 100644
--- a/ZAPD/CRC32.h
+++ b/ZAPD/CRC32.h
@@ -1,6 +1,6 @@
#pragma once
-static uint32_t CRC32B(unsigned char* message, int32_t size)
+static uint32_t CRC32B(const unsigned char* message, int32_t size)
{
int32_t byte, crc;
int32_t mask;