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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 147d073ffe..3e4db0674f 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -60,6 +60,7 @@ enum
60 AFMT_APE, /* Monkey's Audio (APE) */ 60 AFMT_APE, /* Monkey's Audio (APE) */
61 AFMT_WMA, /* WMAV1/V2 in ASF */ 61 AFMT_WMA, /* WMAV1/V2 in ASF */
62 AFMT_MOD, /* Amiga MOD File Format */ 62 AFMT_MOD, /* Amiga MOD File Format */
63 AFMT_SAP, /* Amiga 8Bit SAP Format */
63#endif 64#endif
64 65
65 /* add new formats at any index above this line to have a sensible order - 66 /* add new formats at any index above this line to have a sensible order -