From 98d4e0909454b2cbdbd29225f1e7470015ccb8a1 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Tue, 3 Jul 2007 17:45:54 +0000 Subject: Increase filetypes array to make room for our latest supported audioformat git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13777 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 -- cgit v1.2.3