summaryrefslogtreecommitdiff
path: root/firmware/export/id3.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/id3.h')
-rw-r--r--firmware/export/id3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 6e53e4c66c..10f8002db6 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -74,7 +74,7 @@ enum {
74 ID3_VER_2_4 74 ID3_VER_2_4
75}; 75};
76 76
77bool mp3info(struct mp3entry *entry, char *filename); 77bool mp3info(struct mp3entry *entry, char *filename, bool v1first);
78char* id3_get_genre(struct mp3entry* id3); 78char* id3_get_genre(struct mp3entry* id3);
79 79
80#endif 80#endif