summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-11-12 22:10:36 +0000
committerDave Chapman <dave@dchapman.com>2007-11-12 22:10:36 +0000
commita0f3443eabc5813316282e5088ea85b14955672a (patch)
tree53c400b4a257c61e3d056e14d6303be4afb7f1ec /apps
parentf6ef46b73f628586aef988246d253f3e5154119d (diff)
downloadrockbox-a0f3443eabc5813316282e5088ea85b14955672a.tar.gz
rockbox-a0f3443eabc5813316282e5088ea85b14955672a.zip
Remove some stray ^Ms
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15605 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/test_codec.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index e629e11a79..a1f1b29037 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -96,11 +96,11 @@ static char str[MAX_PATH];
96/* Our local implementation of the codec API */ 96/* Our local implementation of the codec API */
97static struct codec_api ci; 97static struct codec_api ci;
98 98
99struct test_track_info { 99struct test_track_info {
100 struct mp3entry id3; /* TAG metadata */ 100 struct mp3entry id3; /* TAG metadata */
101 size_t filesize; /* File total length */ 101 size_t filesize; /* File total length */
102}; 102};
103 103
104static struct test_track_info track; 104static struct test_track_info track;
105static bool taginfo_ready = true; 105static bool taginfo_ready = true;
106 106