diff options
| author | ame <[email protected]> | 2024-07-11 18:51:15 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-07-11 18:51:15 -0500 |
| commit | f95373b69596842aa56b7f0ccffdb51a310bb547 (patch) | |
| tree | 567943db6f3d265927b232a5f95a58d45eb6eec7 /src | |
| parent | 701d2e4fbb05dc0718d0969a7de3720fc1760abc (diff) | |
name change and docs
Diffstat (limited to 'src')
| -rw-r--r-- | src/reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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);
|
