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:
parent
fb70493f80
commit
893551e4ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue