diff options
Diffstat (limited to 'ltm.c')
-rw-r--r-- | ltm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | 20 | ||
21 | const char *const luaT_typenames[] = { | 21 | const char *const luaT_typenames[] = { |
22 | "userdata", "nil", "number", "string", "table", "function" | 22 | "userdata", "nil", "number", "boolean", "string", "table", "function" |
23 | }; | 23 | }; |
24 | 24 | ||
25 | 25 | ||