From f3498db0d4d30c807d6517cc6d5675fdf9eb32c4 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Wed, 8 Aug 2007 22:31:42 +0000 Subject: increase filetypes array a bit, should now have some room for the future... But that doesn't mean that if you add a filetype, you shouldn't check this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14248 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/filetypes.c') diff --git a/apps/filetypes.c b/apps/filetypes.c index 76cd726458..785a317a7a 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 75 +#define MAX_FILETYPES 80 #else #define MAX_FILETYPES 48 #endif -- cgit v1.2.3