Skip to content

Commit cbc84fd

Browse files
committed
Common (Lua): addresses AI's feedback
1 parent fc7a0a8 commit cbc84fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/impl/lua.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ static int yyjsonEncode(lua_State* L) {
138138
}
139139
}
140140

141-
const char* ffLuaLoadState() {
141+
const char* ffLuaLoadState(void) {
142142
if (luaData.inited) {
143143
if (luaData.L == NULL) {
144144
return "Lua library is not available";

0 commit comments

Comments
 (0)