1
0
Fork 0
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:
Dave Chapman 2007-11-12 22:10:36 +00:00
parent f6ef46b73f
commit a0f3443eab

View file

@ -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;