diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2008-04-18 23:19:28 +0000 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2008-04-18 23:19:28 +0000 |
| commit | 1928ecf6d6d96a4f49b0222d807852915bf07b3c (patch) | |
| tree | 815751bf0dc1d56b4ee0f6549e3d4cc03a4a22df | |
| parent | 18cf59960f794cce796e65e3a80da457daf11088 (diff) | |
| download | rockbox-1928ecf6d6d96a4f49b0222d807852915bf07b3c.zip rockbox-1928ecf6d6d96a4f49b0222d807852915bf07b3c.tar.gz rockbox-1928ecf6d6d96a4f49b0222d807852915bf07b3c.tar.bz2 rockbox-1928ecf6d6d96a4f49b0222d807852915bf07b3c.tar.xz | |
Opps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17164 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/metadata/asf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/asf.c b/apps/metadata/asf.c index 52107d6..c4d7aab 100644 --- a/apps/metadata/asf.c +++ b/apps/metadata/asf.c @@ -358,7 +358,7 @@ static int asf_parse_header(int fd, struct mp3entry* id3, lseek(fd,current.size - 24 - 72 - 6,SEEK_CUR); wfx->audiostream = flags&0x7f; } else { - DEBUGF("Unsupported WMA codec (Pro, Lossless, Voice, etc)\n", wfx->audiostream ); + DEBUGF("Unsupported WMA codec (Pro, Lossless, Voice, etc)\n"); lseek(fd,current.size - 24 - 72,SEEK_CUR); } |