summaryrefslogtreecommitdiff
path: root/apps/language.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-23 11:41:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-23 11:41:11 +0000
commita91dfd53be4e976585e612925d54ef4ea46a2c11 (patch)
tree9b2915cb4696a28412d5561f2190676980524871 /apps/language.h
parent8e044b785668c71786e29d8c7d261b3762a7cae6 (diff)
downloadrockbox-a91dfd53be4e976585e612925d54ef4ea46a2c11.tar.gz
rockbox-a91dfd53be4e976585e612925d54ef4ea46a2c11.zip
Henrik Backe's english language file cleanup. This ups the language file
version number from 1 to 2, making *ALL* old language files obsolete. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4270 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/language.h')
-rw-r--r--apps/language.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/language.h b/apps/language.h
index be58d0c9af..6e96162768 100644
--- a/apps/language.h
+++ b/apps/language.h
@@ -22,11 +22,7 @@
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
25#define LANGUAGE_VERSION 0x01 25#define LANGUAGE_VERSION 0x02
26 26
27/* load a given language file */ 27/* load a given language file */
28int lang_load(char *filename); 28int lang_load(char *filename);
29
30/* -----------------------------------------------------------------
31 * vim: et sw=4 ts=8 sts=4 tw=78
32 */