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 committed Mar 18, 2024
1 parent 6aca4ad commit ca82ed5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libclamav_rust/src/alz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ use log::debug;

/// File header
const ALZ_FILE_HEADER: u32 = 0x015a_4c41;
///Local file header
/// Local file header
const ALZ_LOCAL_FILE_HEADER: u32 = 0x015a_4c42;
///Central directory header
/// Central directory header
const ALZ_CENTRAL_DIRECTORY_HEADER: u32 = 0x015a_4c43;
///End of Central directory header
/// End of Central directory header
const ALZ_END_OF_CENTRAL_DIRECTORY_HEADER: u32 = 0x025a_4c43;

/// Error enumerates all possible errors returned by this library.
Expand Down

0 comments on commit ca82ed5

Please sign in to comment.