diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-08-08 22:31:42 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-08-08 22:31:42 +0000 |
commit | f3498db0d4d30c807d6517cc6d5675fdf9eb32c4 (patch) | |
tree | eb34c05e7dd0815c609d7d89ad03474fb526dd6d /apps/filetypes.c | |
parent | 0ed6fadaf19edebf845160d59314dd912b857a42 (diff) |
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/filetypes.c')
-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 76cd726458..785a317a7a 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 |