summaryrefslogtreecommitdiff
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 5e5f1ab2..62c3b38a 100644
--- a/ltm.c
+++ b/ltm.c
@@ -19,7 +19,7 @@
19 19
20 20
21const char *const luaT_typenames[] = { 21const 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