Increase filetypes array a bit more to give headroom...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13800 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2007-07-05 20:02:09 +00:00
parent cc1c237261
commit 96e8a1b08d

View file

@ -43,7 +43,7 @@
/* max filetypes (plugins & icons stored here) */
#if CONFIG_CODEC == SWCODEC
#define MAX_FILETYPES 73
#define MAX_FILETYPES 75
#else
#define MAX_FILETYPES 48
#endif