diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-04-02 11:58:25 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-04-02 11:58:25 +0000 |
commit | b0b333f95ef8b86ac1392ecaad26a3453d7c8d65 (patch) | |
tree | fba4b25350ee19577fb4fa439b14e53ceeb8e473 | |
parent | 598aeb04b3299f7bba68db059b807cd0633f75fb (diff) |
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
-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 9bb1475a1f..0aceb74910 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -44,7 +44,7 @@ #if CONFIG_CODEC == SWCODEC #define MAX_FILETYPES 64 #else -#define MAX_FILETYPES 40 +#define MAX_FILETYPES 48 #endif /* max exttypes (extensions stored here) */ |