summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2009-08-29 19:57:21 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2009-08-29 19:57:21 +0000
commitf62125bb722209d4e6a9d4aad8753e867ab768ba (patch)
tree38e35332887910f20d5ff67d58156ecc21d87d30 /apps
parentf4774bf5bf8fff2b45a6cee8e0b064b560b45809 (diff)
downloadrockbox-f62125bb722209d4e6a9d4aad8753e867ab768ba.tar.gz
rockbox-f62125bb722209d4e6a9d4aad8753e867ab768ba.zip
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22549 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/libatrac/atrac3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libatrac/atrac3.c b/apps/codecs/libatrac/atrac3.c
index 9ea2be8775..dd00224e48 100644
--- a/apps/codecs/libatrac/atrac3.c
+++ b/apps/codecs/libatrac/atrac3.c
@@ -90,6 +90,7 @@ static channel_unit channel_units[2];
int32_t *inhi,
unsigned int nIn)
{
+ uint32_t i;
for(i=0; i<nIn; i+=2){
p3[2*i+0] = inlo[i ] + inhi[i ];
p3[2*i+1] = inlo[i ] - inhi[i ];