mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Common (Lua): addresses AI's feedback
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user