From 3efa38baabdba4c0d91064a0a3eeba258d4e3d85 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 20 Jun 2026 13:58:12 +0200 Subject: [PATCH] omfg --- 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 31b7f5b..7eb3597 100644 --- a/src/lua_rds.c +++ b/src/lua_rds.c @@ -109,7 +109,7 @@ uint8_t init_lua(RDSEncoder* _enc) { lua_setfield(L, -2, "ps_transmission"); lua_pushvalue(L, -1); hooks_ref = luaL_ref(globalL, LUA_REGISTRYINDEX); - lua_getglobal(L, "hooks") + lua_getglobal(L, "hooks"); lua_newtable(globalL); lua_setglobal(globalL, "ext");