From a5cf48744c18194546f343a313bf5cb5810ce296 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Mon, 22 Dec 2025 20:03:00 +0100 Subject: [PATCH] ... --- src/lua_rds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua_rds.c b/src/lua_rds.c index 93b62be..1c48c67 100644 --- a/src/lua_rds.c +++ b/src/lua_rds.c @@ -6,7 +6,7 @@ static lua_State *L = NULL; int lua_set_rds_program_defaults(lua_State *localL) { (void)localL; set_rds_defaults(mod->enc, mod->enc->program); - lua_on_init() + lua_on_init(); return 0; }