Skip to content

Commit

Permalink
Fix static analysis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 19, 2025
1 parent 5c6c0a1 commit 08ac545
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ bool taskkill(DWORD identifier, KillMethod method) {
std::to_string(identifier) + " delete";
system(command);
return true;
break;
}
}
}
Expand Down

0 comments on commit 08ac545

Please sign in to comment.