summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/id3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/id3.c b/firmware/id3.c
index 21c6730e29..3445bc2af1 100644
--- a/firmware/id3.c
+++ b/firmware/id3.c
@@ -165,7 +165,7 @@ static const char* const genres[] = {
165 "Goa", "Drum & Bass", "Club-House", "Hardcore", "Terror", "Indie", 165 "Goa", "Drum & Bass", "Club-House", "Hardcore", "Terror", "Indie",
166 "BritPop", "Negerpunk", "Polsk Punk", "Beat", "Christian Gangsta Rap", 166 "BritPop", "Negerpunk", "Polsk Punk", "Beat", "Christian Gangsta Rap",
167 "Heavy Metal", "Black Metal", "Crossover", "Contemporary Christian", 167 "Heavy Metal", "Black Metal", "Crossover", "Contemporary Christian",
168 "Christian Rock", "Merengue", "Salsa", "Trash Metal", "Anime", "Jpop", 168 "Christian Rock", "Merengue", "Salsa", "Thrash Metal", "Anime", "Jpop",
169 "Synthpop" 169 "Synthpop"
170}; 170};
171 171