diff options
| -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", "boolean", "string", "table", "function" | 22 | "nil", "number", "string", "boolean", "table", "userdata", "function" |
| 23 | }; | 23 | }; |
| 24 | 24 | ||
| 25 | 25 | ||
