summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-04-02 11:58:25 +0000
committerJens Arnold <amiconn@rockbox.org>2006-04-02 11:58:25 +0000
commitb0b333f95ef8b86ac1392ecaad26a3453d7c8d65 (patch)
treefba4b25350ee19577fb4fa439b14e53ceeb8e473 /apps
parent598aeb04b3299f7bba68db059b807cd0633f75fb (diff)
downloadrockbox-b0b333f95ef8b86ac1392ecaad26a3453d7c8d65.tar.gz
rockbox-b0b333f95ef8b86ac1392ecaad26a3453d7c8d65.zip
Upped the number of allowed filetypes for archos to get rid of the 'filetypes array' full' error msg. filetypes.c really needs fixing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9424 a1c6a512-1295-4272-9138-f99709370657
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 9bb1475a1f..0aceb74910 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -44,7 +44,7 @@
44#if CONFIG_CODEC == SWCODEC 44#if CONFIG_CODEC == SWCODEC
45#define MAX_FILETYPES 64 45#define MAX_FILETYPES 64
46#else 46#else
47#define MAX_FILETYPES 40 47#define MAX_FILETYPES 48
48#endif 48#endif
49 49
50/* max exttypes (extensions stored here) */ 50/* max exttypes (extensions stored here) */