diff options
Diffstat (limited to 'apps/filetypes.c')
| -rw-r--r-- | apps/filetypes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c index 1bf83c3..8044d71 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -45,7 +45,7 @@ #if CONFIG_CODEC == SWCODEC #define MAX_FILETYPES 128 #else -#define MAX_FILETYPES 48 +#define MAX_FILETYPES 64 #endif /* a table for the know file types */ |