From 13ba408ef3316958b7cf9d5c1cdd3c222b1425ad Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 26 Jun 2026 01:52:35 +0000 Subject: fixed -Wall and -Wextra warnings --- src/lua_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua_state.c') diff --git a/src/lua_state.c b/src/lua_state.c index 7b038b6..9751780 100644 --- a/src/lua_state.c +++ b/src/lua_state.c @@ -597,7 +597,7 @@ bool bldit_uninstall(const char *target) { bool target_loop_success = target_loop_uninstall(B, "bldit.lua", target); lua_pop(B, 1); lua_close(B); - return true; + return target_loop_success; } void cache_repos() { -- cgit v1.2.3