diff options
| -rwxr-xr-x | tools/genlang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang index 7e82443..cde23f8 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 */ |