forked from len0rd/rockbox
Remove some stray ^Ms
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15605 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f6ef46b73f
commit
a0f3443eab
1 changed files with 5 additions and 5 deletions
|
@ -96,11 +96,11 @@ static char str[MAX_PATH];
|
|||
/* Our local implementation of the codec API */
|
||||
static struct codec_api ci;
|
||||
|
||||
struct test_track_info {
|
||||
struct mp3entry id3; /* TAG metadata */
|
||||
size_t filesize; /* File total length */
|
||||
};
|
||||
|
||||
struct test_track_info {
|
||||
struct mp3entry id3; /* TAG metadata */
|
||||
size_t filesize; /* File total length */
|
||||
};
|
||||
|
||||
static struct test_track_info track;
|
||||
static bool taginfo_ready = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue