Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Mar 19, 2024
1 parent b7dcd12 commit 16b89f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libclamav_rust/src/scanners.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ pub unsafe extern "C" fn scan_onenote(ctx: *mut cli_ctx) -> cl_error_t {
/// Must be a valid ctx pointer.
#[no_mangle]
pub unsafe extern "C" fn cli_scanalz(ctx: *mut cli_ctx) -> cl_error_t {
println!("TODO: Fix flevel in filetypes_int.h");
let fmap = match ctx::current_fmap(ctx) {
Ok(fmap) => fmap,
Err(e) => {
Expand Down

0 comments on commit 16b89f3

Please sign in to comment.