From 2999d3412ccf5c7fc1a9e84695c7a2bce69d3e82 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 13 Jun 2024 00:01:51 -0500 Subject: working on deepcopy ub --- src/reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/reg.c') diff --git a/src/reg.c b/src/reg.c index 417062a..13d5866 100644 --- a/src/reg.c +++ b/src/reg.c @@ -31,7 +31,7 @@ int luaopen_llib(lua_State* L) { luaI_tsetcf(L, meta, "__gc", lua_exit); lua_pushvalue(L, meta); lua_setmetatable(L, ud); - + //create .array functions lua_newtable(L); -- cgit v1.2.3