summaryrefslogtreecommitdiff
path: root/apps/codecs/libtta/ttadec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libtta/ttadec.h')
-rw-r--r--apps/codecs/libtta/ttadec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libtta/ttadec.h b/apps/codecs/libtta/ttadec.h
index 43affd952b..c185e5c858 100644
--- a/apps/codecs/libtta/ttadec.h
+++ b/apps/codecs/libtta/ttadec.h
@@ -142,7 +142,7 @@ static const unsigned int bit_shift[] ICONST_ATTR = {
142 0x80000000, 0x80000000, 0x80000000, 0x80000000 142 0x80000000, 0x80000000, 0x80000000, 0x80000000
143}; 143};
144 144
145static const unsigned int *shift_16 = bit_shift + 4; 145static const unsigned int * const shift_16 ICONST_ATTR = bit_shift + 4;
146 146
147typedef unsigned char byte; 147typedef unsigned char byte;
148 148