summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2007-07-03 17:45:54 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2007-07-03 17:45:54 +0000
commit98d4e0909454b2cbdbd29225f1e7470015ccb8a1 (patch)
treeea5d81ef7075c83ad3304dac98dcfb3df5483e0b /apps
parentc09fcc48c62da89b1bacd59bb5fdea59237ca4ee (diff)
downloadrockbox-98d4e0909454b2cbdbd29225f1e7470015ccb8a1.tar.gz
rockbox-98d4e0909454b2cbdbd29225f1e7470015ccb8a1.zip
Increase filetypes array to make room for our latest supported audioformat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13777 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 f91c9956f9..314d9a0aee 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 72
+#define MAX_FILETYPES 73
#else
#define MAX_FILETYPES 48
#endif