diff options
| author | amelia squires <[email protected]> | 2025-09-30 18:10:02 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-09-30 18:10:02 -0500 |
| commit | a67dc94484cf9869793fc1861914b800a6559a74 (patch) | |
| tree | 68e9a016380776a6a6d90159722d1514756a4929 /src/config.c | |
| parent | 795284d3b173473003129882739f371f37059adb (diff) | |
fix indentation!!!
Diffstat (limited to 'src/config.c')
| -rw-r--r-- | src/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c index 60d4079..3b6cd56 100644 --- a/src/config.c +++ b/src/config.c @@ -83,7 +83,7 @@ int m_config_newindex(lua_State* L){ int i_config_metatable(lua_State* L, struct config* conf){ int idx = lua_gettop(L); luaI_tsetlud(L, idx, "_config", conf); - + lua_newtable(L); int meta_idx = lua_gettop(L); luaI_tsetcf(L, meta_idx, "__index", m_config_index); |
