From cbc84fda6c52a4db96cd531d6498e5a1163c8a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Fri, 5 Jun 2026 18:21:28 +0800 Subject: [PATCH] Common (Lua): addresses AI's feedback --- src/common/impl/lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/impl/lua.c b/src/common/impl/lua.c index e1384c5e3..ffc1d83c9 100644 --- a/src/common/impl/lua.c +++ b/src/common/impl/lua.c @@ -138,7 +138,7 @@ static int yyjsonEncode(lua_State* L) { } } -const char* ffLuaLoadState() { +const char* ffLuaLoadState(void) { if (luaData.inited) { if (luaData.L == NULL) { return "Lua library is not available";