Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Nov 13, 2024
1 parent a05c1d4 commit 7f9ffb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ fn main() {
exit(1)
}
let bin = format!("{shared_bin}/{bin_name}");
println!("bin_name: {bin_name}");

let is_elf32_bin = is_elf32(&bin).unwrap_or_else(|err|{
eprintln!("Failed to check ELF class: {bin}: {err}");
Expand Down

0 comments on commit 7f9ffb0

Please sign in to comment.