summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-20 06:37:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-20 06:37:25 +0000
commit20963dd8013b8d486b8a3a5155eaefda91d6d428 (patch)
treed5ff80a55f5b4f8edf9bebe1056f46758881813f
parent720732a14f35acd012f9f69a9932000e674da68d (diff)
downloadrockbox-20963dd8013b8d486b8a3a5155eaefda91d6d428.tar.gz
rockbox-20963dd8013b8d486b8a3a5155eaefda91d6d428.zip
spell fix, additional comment in the generated .h file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2340 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/genlang3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang
index 2e3f212023..5e8c607609 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -25,7 +25,7 @@ print HFILE <<MOO
25/* This file was automaticly generated using genlang */ 25/* This file was automaticly generated using genlang */
26/* 26/*
27 * The str() macro/functions is how to access strings that might be 27 * The str() macro/functions is how to access strings that might be
28 * translated. Use it like str(MACRO) and except a string to be 28 * translated. Use it like str(MACRO) and expect a string to be
29 * returned! 29 * returned!
30 */ 30 */
31#define str(x) language_strings[x] 31#define str(x) language_strings[x]
@@ -33,6 +33,7 @@ print HFILE <<MOO
33/* this is the array with all the strings */ 33/* this is the array with all the strings */
34extern unsigned char *language_strings[]; 34extern unsigned char *language_strings[];
35 35
36/* The enum below contains all available strings */
36enum { 37enum {
37MOO 38MOO
38 ; 39 ;