Common (Lua): addresses AI's feedback

This commit is contained in:
李通洲
2026-06-05 18:21:28 +08:00
parent fc7a0a8484
commit cbc84fda6c
+1 -1
View File
@@ -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";