summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2008-01-13 23:03:01 +0000
committerJonas Häggqvist <rasher@rasher.dk>2008-01-13 23:03:01 +0000
commitd1e4bb23343988bb7879c30cff2e7b4f44619f6c (patch)
treee5fe56abe8467de3eb5c6a76bdf9fe0e6435eaab /apps
parent79ad71ac5516a4073e15e60f7ca7ce9b9397eb8b (diff)
downloadrockbox-d1e4bb23343988bb7879c30cff2e7b4f44619f6c.tar.gz
rockbox-d1e4bb23343988bb7879c30cff2e7b4f44619f6c.zip
Reduce the size of the language buffer a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16087 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/language.h b/apps/language.h
index 4d18319b23..d8f899b573 100644
--- a/apps/language.h
+++ b/apps/language.h
@@ -18,7 +18,7 @@
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20/* size of the buffer used for loadable, translated strings */ 20/* size of the buffer used for loadable, translated strings */
21#define MAX_LANGUAGE_SIZE 25000 21#define MAX_LANGUAGE_SIZE 23500
22 22
23/* both these must match the two initial bytes in the binary lang file */ 23/* both these must match the two initial bytes in the binary lang file */
24#define LANGUAGE_COOKIE 0x1a 24#define LANGUAGE_COOKIE 0x1a