aboutsummaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.c')
-rw-r--r--ltm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltm.c b/ltm.c
index ca46f04e..ae60983f 100644
--- a/ltm.c
+++ b/ltm.c
@@ -27,7 +27,7 @@
27 27
28static const char udatatypename[] = "userdata"; 28static const char udatatypename[] = "userdata";
29 29
30LUAI_DDEF const char *const luaT_typenames_[LUA_TOTALTAGS] = { 30LUAI_DDEF const char *const luaT_typenames_[LUA_TOTALTYPES] = {
31 "no value", 31 "no value",
32 "nil", "boolean", udatatypename, "number", 32 "nil", "boolean", udatatypename, "number",
33 "string", "table", "function", udatatypename, "thread", 33 "string", "table", "function", udatatypename, "thread",