From 2db3514c4c798570467c6f6273cd869853caf9be Mon Sep 17 00:00:00 2001 From: Tomasz Kojm Date: Tue, 7 Sep 2010 17:20:12 +0200 Subject: [PATCH] fix warning --- libclamav/matcher-ac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libclamav/matcher-ac.h b/libclamav/matcher-ac.h index b2740ddb3..8370aec95 100644 --- a/libclamav/matcher-ac.h +++ b/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 {