summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/filetypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index f91c9956f9..314d9a0aee 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -43,7 +43,7 @@
/* max filetypes (plugins & icons stored here) */
#if CONFIG_CODEC == SWCODEC
-#define MAX_FILETYPES 72
+#define MAX_FILETYPES 73
#else
#define MAX_FILETYPES 48
#endif