Skip to content

Commit

Permalink
Fix unmatched bracket due to bad merge
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Hennick <[email protected]>
  • Loading branch information
Pr0methean committed May 24, 2024
1 parent 6b19c87 commit df70f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ impl<W: Write + Seek> ZipWriter<W> {
let _ = self.abort_file();
return Err(e);
}

}
// file name
writer.write_all(&file.file_name_raw)?;
// zip64 extra field
Expand Down

0 comments on commit df70f6a

Please sign in to comment.