summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/filetypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index 1bf83c3316..8044d7170c 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -45,7 +45,7 @@
45#if CONFIG_CODEC == SWCODEC 45#if CONFIG_CODEC == SWCODEC
46#define MAX_FILETYPES 128 46#define MAX_FILETYPES 128
47#else 47#else
48#define MAX_FILETYPES 48 48#define MAX_FILETYPES 64
49#endif 49#endif
50 50
51/* a table for the know file types */ 51/* a table for the know file types */