fix toml encoder

This commit is contained in:
MihailRis
2025-06-29 12:33:57 +03:00
parent d9d65a169c
commit 9cd95bb0eb
3 changed files with 54 additions and 2 deletions
+2 -1
View File
@@ -23,4 +23,5 @@ static int l_toml_parse(lua::State* L) {
const luaL_Reg tomllib[] = {
{"tostring", lua::wrap<l_toml_stringify>},
{"parse", lua::wrap<l_toml_parse>},
{NULL, NULL}};
{NULL, NULL}
};