From 630fc747d68b2d959ade1bb301e2ce0c69df867c Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Mon, 22 Dec 2025 18:19:23 +0100 Subject: [PATCH] wow --- src/lua_rds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lua_rds.c b/src/lua_rds.c index 055b7d8..c6a4453 100644 --- a/src/lua_rds.c +++ b/src/lua_rds.c @@ -4,6 +4,7 @@ static RDSModulator* mod = NULL; static lua_State *L = NULL; int lua_set_rds_program_defaults(lua_State *localL) { + (void)localL; set_rds_defaults(mod->enc, mod->enc->program); return 0; }