Skip to content

Commit

Permalink
cleanup comma
Browse files Browse the repository at this point in the history
Co-authored-by: bjorn3 <[email protected]>
  • Loading branch information
folkertdev and bjorn3 committed Nov 11, 2024
1 parent c52418d commit 9886073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bzip2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@ unsafe fn main_0(program_path: &Path) -> IntNative {
}
_ => {
if flag_name.starts_with("--") {
eprintln!("{}: Bad flag `{}'", program_name.display(), flag_name,);
eprintln!("{}: Bad flag `{}'", program_name.display(), flag_name);
usage(program_name);
exit(1);
}
Expand Down

0 comments on commit 9886073

Please sign in to comment.