Fix deleted closing curly
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
parent
d9a2cb1f71
commit
b9bf6f4ce2
1 changed files with 1 additions and 0 deletions
|
@ -1763,6 +1763,7 @@ fn write_local_file_header<T: Write>(writer: &mut T, file: &ZipFileData) -> ZipR
|
||||||
if file.large_file {
|
if file.large_file {
|
||||||
write_local_zip64_extra_field(writer, file)?;
|
write_local_zip64_extra_field(writer, file)?;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
fn update_aes_extra_data<W: Write + io::Seek>(
|
fn update_aes_extra_data<W: Write + io::Seek>(
|
||||||
writer: &mut W,
|
writer: &mut W,
|
||||||
|
|
Loading…
Add table
Reference in a new issue