fixed comment in generated header file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7273 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
102faf473c
commit
e7bd73f5dc
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ print HFILE <<MOO
|
|||
/* this is the array for holding the string pointers.
|
||||
It will be initialized at runtime. */
|
||||
extern unsigned char *language_strings[];
|
||||
/* this contains the concatenation of all strings, separated by \0 chars */
|
||||
/* this contains the concatenation of all strings, separated by \\0 chars */
|
||||
extern const unsigned char language_builtin[];
|
||||
|
||||
/* The enum below contains all available strings */
|
||||
|
|
Loading…
Reference in a new issue