1
0
Fork 0
forked from len0rd/rockbox

remove reference to non-existing variable to make rockbox compile with logf enabled

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15930 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Kukla 2007-12-14 23:14:25 +00:00
parent fb70493f80
commit 893551e4ed

View file

@ -52,7 +52,7 @@ bool get_a52_metadata(int fd, struct mp3entry *id3)
if ((buf[0] != 0x0b) || (buf[1] != 0x77))
{
logf("%s is not an A52/AC3 file\n",trackname);
logf("not an A52/AC3 file\n");
return false;
}