aboutsummaryrefslogtreecommitdiff
path: root/src/lua_state.c
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-06-26 01:52:35 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-06-26 01:52:35 +0000
commit13ba408ef3316958b7cf9d5c1cdd3c222b1425ad (patch)
treeb309d2beeceae33966eec9a559c4e1d2599c1220 /src/lua_state.c
parentb41654d159192ed8b97af8ab3fa7426c9e6443b6 (diff)
fixed -Wall and -Wextra warnings
Diffstat (limited to 'src/lua_state.c')
-rw-r--r--src/lua_state.c2
1 files changed, 1 insertions, 1 deletions
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() {