1
0
Fork 0
forked from len0rd/rockbox

spell fix, additional comment in the generated .h file

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2340 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-09-20 06:37:25 +00:00
parent 720732a14f
commit 20963dd801

View file

@ -25,7 +25,7 @@ print HFILE <<MOO
/* This file was automaticly generated using genlang */ /* This file was automaticly generated using genlang */
/* /*
* The str() macro/functions is how to access strings that might be * The str() macro/functions is how to access strings that might be
* translated. Use it like str(MACRO) and except a string to be * translated. Use it like str(MACRO) and expect a string to be
* returned! * returned!
*/ */
#define str(x) language_strings[x] #define str(x) language_strings[x]
@ -33,6 +33,7 @@ print HFILE <<MOO
/* this is the array with all the strings */ /* this is the array with all the strings */
extern unsigned char *language_strings[]; extern unsigned char *language_strings[];
/* The enum below contains all available strings */
enum { enum {
MOO MOO
; ;