aboutsummaryrefslogtreecommitdiff
path: root/src/reg.c
diff options
context:
space:
mode:
authorame <[email protected]>2024-07-11 18:51:15 -0500
committerame <[email protected]>2024-07-11 18:51:15 -0500
commite3af5c593585af11b61e8c467311bc7c31035855 (patch)
tree567943db6f3d265927b232a5f95a58d45eb6eec7 /src/reg.c
parent42838a87b8f49db2ae5781498edf4192c61a21a6 (diff)
name change and docs
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 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);