summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/id3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index d407b7b7cf..6c6507159a 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -40,6 +40,8 @@ enum {
40 AFMT_WAVPACK, /* WavPack */ 40 AFMT_WAVPACK, /* WavPack */
41 41
42 /* New formats must be added to the end of this list */ 42 /* New formats must be added to the end of this list */
43
44 AFMT_NUM_CODECS
43}; 45};
44 46
45struct mp3entry { 47struct mp3entry {