From a0f3443eabc5813316282e5088ea85b14955672a Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 12 Nov 2007 22:10:36 +0000 Subject: Remove some stray ^Ms git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15605 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/test_codec.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/plugins') 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]; /* 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; -- cgit v1.2.3