diff options
Diffstat (limited to 'apps/codecs/Tremor/bitwise.c')
-rw-r--r-- | apps/codecs/Tremor/bitwise.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/bitwise.c b/apps/codecs/Tremor/bitwise.c index b75ac408b8..fa9dcd6eff 100644 --- a/apps/codecs/Tremor/bitwise.c +++ b/apps/codecs/Tremor/bitwise.c @@ -22,7 +22,7 @@ #include <string.h> #include "ogg.h" -static unsigned long mask[]= +static const unsigned long mask[] IDATA_ATTR = {0x00000000,0x00000001,0x00000003,0x00000007,0x0000000f, 0x0000001f,0x0000003f,0x0000007f,0x000000ff,0x000001ff, 0x000003ff,0x000007ff,0x00000fff,0x00001fff,0x00003fff, |