fix warning

0.96
Tomasz Kojm 15 years ago
parent 04ec2e1977
commit 2db3514c4c
  1. 2
      libclamav/matcher-ac.h

@ -41,7 +41,7 @@ struct cli_ac_data {
uint32_t *offset;
uint32_t macro_lastmatch[32];
/** Hashset for versioninfo matching */
struct cli_hashset *vinfo;
const struct cli_hashset *vinfo;
};
struct cli_ac_special {

Loading…
Cancel
Save