summaryrefslogtreecommitdiff
path: root/apps/language.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/language.h')
-rw-r--r--apps/language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/language.h b/apps/language.h
index aa8f1c99fe..dff34fab7a 100644
--- a/apps/language.h
+++ b/apps/language.h
@@ -22,7 +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 0x02 25#define LANGUAGE_VERSION 0x03
26 26
27/* Initialize language array with the builtin strings */ 27/* Initialize language array with the builtin strings */
28void lang_init(void); 28void lang_init(void);