[FIX] fwriteln not working from LUA

This commit is contained in:
2022-09-13 17:43:05 +02:00
parent 2063485240
commit 664710d59a

View File

@@ -550,7 +550,7 @@ extern "C" {
}
static int cpp_fwriteln(lua_State *L) {
void fwriteln();
fwriteln();
return 0;
}