Skip to content

Commit

Permalink
Update generated sys.rs file
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Oct 21, 2022
1 parent e9f7fe2 commit c052dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libclamav_rust/src/sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ pub struct cli_matcher {
pub bcomp_metatable: *mut *mut cli_bcomp_meta,
pub fuzzy_hashmap: fuzzyhashmap_t,
pub linked_bcs: u32,
pub trans_array: *mut *mut cli_ac_node,
pub trans_array: *mut *mut *mut cli_ac_node,
pub trans_cnt: size_t,
pub trans_capacity: size_t,
pub mempool: *mut mpool_t,
Expand Down

0 comments on commit c052dbe

Please sign in to comment.