aboutsummaryrefslogtreecommitdiff
path: root/src/reg.c
diff options
context:
space:
mode:
authorame <[email protected]>2024-06-13 00:01:51 -0500
committerame <[email protected]>2024-06-13 00:01:51 -0500
commit90a2acc2f0c9d3904e1dea737e45ef6b10f96a22 (patch)
tree401f11f59cbf2cee3c7ec1c58906b7c4d8105e4b /src/reg.c
parent237fcfbd61a9895326538a274f025d9ed57a3903 (diff)
working on deepcopy ub
Diffstat (limited to 'src/reg.c')
-rw-r--r--src/reg.c2
1 files changed, 1 insertions, 1 deletions
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 <lib>.array functions
lua_newtable(L);