From e3af5c593585af11b61e8c467311bc7c31035855 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 11 Jul 2024 18:51:15 -0500 Subject: name change and docs --- 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 8c395d8..19b9df5 100644 --- a/src/reg.c +++ b/src/reg.c @@ -23,7 +23,7 @@ static int lua_exit(lua_State* L){ return 0; } -int luaopen_llib(lua_State* L) { +int luaopen_lullaby(lua_State* L) { lua_newuserdata(L, 1); int ud = lua_gettop(L); lua_newtable(L); -- cgit v1.2.3