diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-07-31 21:58:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-07-31 21:58:49 +0000 |
commit | e7bd73f5dc83703e97f32c564ffa1e1a52b01e8c (patch) | |
tree | 592f04269d183d82eed5ccab06c3a9d51b0853d6 | |
parent | 102faf473cbafa9d2f3fa06febe3b6c55dcdff75 (diff) |
fixed comment in generated header file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7273 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-x | tools/genlang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang index 7e824433bb..cde23f85fa 100755 --- a/tools/genlang +++ b/tools/genlang @@ -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 */ |