Try one more time to fix bitness warnings in WAV.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24349 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2010-01-27 18:12:42 +00:00
parent e04e2938e7
commit 32265959c8

View file

@ -177,7 +177,7 @@ next_track:
* we'll see later if we can't decode it */
DEBUGF("CODEC_WARNING: non-PCM WAVE (formattag=0x%x) "
"doesn't have ext. fmt descr (chunksize=%d<18).\n",
(unsigned int)format.formattag, i);
(unsigned int)format.formattag, (int)i);
}
else
{