summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2007-08-08 22:31:42 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2007-08-08 22:31:42 +0000
commitf3498db0d4d30c807d6517cc6d5675fdf9eb32c4 (patch)
treeeb34c05e7dd0815c609d7d89ad03474fb526dd6d /apps
parent0ed6fadaf19edebf845160d59314dd912b857a42 (diff)
downloadrockbox-f3498db0d4d30c807d6517cc6d5675fdf9eb32c4.tar.gz
rockbox-f3498db0d4d30c807d6517cc6d5675fdf9eb32c4.zip
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
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 76cd726458..785a317a7a 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -43,7 +43,7 @@
43 43
44/* max filetypes (plugins & icons stored here) */ 44/* max filetypes (plugins & icons stored here) */
45#if CONFIG_CODEC == SWCODEC 45#if CONFIG_CODEC == SWCODEC
46#define MAX_FILETYPES 75 46#define MAX_FILETYPES 80
47#else 47#else
48#define MAX_FILETYPES 48 48#define MAX_FILETYPES 48
49#endif 49#endif