a few clippy fixes

This commit is contained in:
2025-09-12 05:04:12 +01:00
parent b553e418f5
commit 71c3c69ea2
7 changed files with 28 additions and 36 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ fn activate(system_info: &mut SystemInfo) {
.iter()
.filter(|p| p.name() == EXE_ENHANCED || p.name() == EXE_LEGACY)
.for_each(|p| {
if p.kill() == false {
if !p.kill() {
log::log(
log::LogLevel::Error,
"failed to force close game, probably due to access denied",