summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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