Skip to content

Commit

Permalink
Fixed clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Dec 22, 2024
1 parent 481ed5d commit 7735eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extractors/androidsparse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub fn extract_android_sparse(
&sparse_header,
&chunk_header,
chunk_data,
&OUTFILE_NAME.to_string(),
OUTFILE_NAME,
&chroot,
) {
break;
Expand Down

0 comments on commit 7735eca

Please sign in to comment.