aboutsummaryrefslogtreecommitdiff
path: root/src/lib_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib_table.c')
-rw-r--r--src/lib_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib_table.c b/src/lib_table.c
index 011b9fdf..4f5d9d0d 100644
--- a/src/lib_table.c
+++ b/src/lib_table.c
@@ -129,7 +129,7 @@ LJLIB_LUA(table_remove) /*
129 end 129 end
130*/ 130*/
131 131
132LJLIB_CF(table_concat) 132LJLIB_CF(table_concat) LJLIB_REC(.)
133{ 133{
134 GCtab *t = lj_lib_checktab(L, 1); 134 GCtab *t = lj_lib_checktab(L, 1);
135 GCstr *sep = lj_lib_optstr(L, 2); 135 GCstr *sep = lj_lib_optstr(L, 2);