forked from len0rd/rockbox
Fix warning due to typo on my part.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17948 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a5ab84f37a
commit
95fb20b7a8
1 changed files with 0 additions and 1 deletions
|
|
@ -1178,7 +1178,6 @@ static int wma_decode_block(WMADecodeContext *s)
|
||||||
|
|
||||||
if (s->version == 1)
|
if (s->version == 1)
|
||||||
{
|
{
|
||||||
fixed32 tmp = fixtoi32(fixsqrt32(itofix32(n4)));
|
|
||||||
mdct_norm *= fixtoi32(fixsqrt32(itofix32(n4)));
|
mdct_norm *= fixtoi32(fixsqrt32(itofix32(n4)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue