Skip to content

Commit

Permalink
Update libclamav_rust/src/alz.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Snyder <[email protected]>
  • Loading branch information
ragusaa and micahsnyder authored Mar 25, 2024
1 parent 7946d1d commit 7f0da58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libclamav_rust/src/alz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use std::io::{Cursor, Read};
use byteorder::{LittleEndian, ReadBytesExt};
use bzip2::read::BzDecoder;
use inflate::InflateStream;
use log::{debug, info};
use log::debug;

/// File header
const ALZ_FILE_HEADER: u32 = 0x015a_4c41;
Expand Down

0 comments on commit 7f0da58

Please sign in to comment.