summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmusepack/crc32.c')
-rw-r--r--[-rwxr-xr-x]apps/codecs/libmusepack/crc32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libmusepack/crc32.c b/apps/codecs/libmusepack/crc32.c
index f9f3b8a73d..7613f1c2c8 100755..100644
--- a/apps/codecs/libmusepack/crc32.c
+++ b/apps/codecs/libmusepack/crc32.c
@@ -4,6 +4,7 @@
4* code from http://www.w3.org/TR/PNG/#D-CRCAppendix 4* code from http://www.w3.org/TR/PNG/#D-CRCAppendix
5* 5*
6*/ 6*/
7#include "internal.h"
7 8
8/* Table of CRCs of all 8-bit messages. */ 9/* Table of CRCs of all 8-bit messages. */
9static unsigned long crc_table[256]; 10static unsigned long crc_table[256];