summaryrefslogtreecommitdiff
path: root/firmware/id3.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/id3.c')
-rw-r--r--firmware/id3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/id3.c b/firmware/id3.c
index 6b43fecc9a..f3d1285f0c 100644
--- a/firmware/id3.c
+++ b/firmware/id3.c
@@ -154,7 +154,7 @@ static int parseyearnum( struct mp3entry* entry, char* tag, int bufferpos )
154/* parse numeric genre from string, version 2.2 and 2.3 */ 154/* parse numeric genre from string, version 2.2 and 2.3 */
155static int parsegenre( struct mp3entry* entry, char* tag, int bufferpos ) 155static int parsegenre( struct mp3entry* entry, char* tag, int bufferpos )
156{ 156{
157 if(entry->id3version >= ID3_VER_2_3) { 157 if(entry->id3version >= ID3_VER_2_4) {
158 /* In version 2.4 and up, there are no parentheses, and the genre frame 158 /* In version 2.4 and up, there are no parentheses, and the genre frame
159 is a list of strings, either numbers or text. */ 159 is a list of strings, either numbers or text. */
160 160