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; }