summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/crc32.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-04-18 18:12:32 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-04-18 18:12:32 +0000
commit1cd1e66ed361d908b517d224aab6da0cc8693f1e (patch)
treee58d1aef6ff391403297f1587480ee7fe8224118 /apps/codecs/libmusepack/crc32.c
parentbe55f19ffd01f994e11b8dc3051c7b69260735ff (diff)
downloadrockbox-1cd1e66ed361d908b517d224aab6da0cc8693f1e.tar.gz
rockbox-1cd1e66ed361d908b517d224aab6da0cc8693f1e.zip
Clean up libmusepack: move declarations to internal.h and set svn properties.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25676 a1c6a512-1295-4272-9138-f99709370657
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];