forked from len0rd/rockbox
fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24881 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eee06b696d
commit
78aced2831
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ next_track:
|
||||||
codec = get_codec(format.formattag);
|
codec = get_codec(format.formattag);
|
||||||
if (codec == 0)
|
if (codec == 0)
|
||||||
{
|
{
|
||||||
DEBUGF("CODEC_ERROR: unsupport audio format: 0x%lx\n", format.formattag);
|
DEBUGF("CODEC_ERROR: unsupport audio format: 0x%x\n", (int)format.formattag);
|
||||||
i = CODEC_ERROR;
|
i = CODEC_ERROR;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue