summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/src/malware.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/src/malware.c b/src/src/malware.c
index 27bcc9225..c18cd95be 100644
--- a/src/src/malware.c
+++ b/src/src/malware.c
@@ -70,8 +70,9 @@ static struct scan
void
features_malware(void)
{
-struct scan * sc;
-uschar * s, * t;
+const struct scan * sc;
+const uschar * s;
+uschar * t;
uschar buf[64];
spf(buf, sizeof(buf), US"_HAVE_MALWARE_");