From bd4e5cd0fea6245b2b815d2094189dafb2e46383 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 8 Aug 2007 22:31:42 +0000 Subject: [PATCH] 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(-) diff --git a/apps/filetypes.c b/apps/filetypes.c index 76cd72645..785a317a7 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 -- 2.11.4.GIT