This should fix FS#10917, unfortunately i have no target evailable to test on

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24270 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2010-01-18 03:08:17 +00:00
parent f9b05db006
commit cf39c86d3d

View file

@ -2091,7 +2091,7 @@ STATICIRAM void to_mono_mm(void)
* |mmmmmmmmmmmmmmmm|mmmmmmmmmmmmmmmm|
*/
uint16_t *samp = &mfbuf[2*512];
uint16_t *samp_end = samp + 2*samp_per_frame;
uint16_t *samp_end = samp + samp_per_frame;
inline void to_mono(uint16_t **samp)
{