summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-01-02 14:29:29 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-01-03 22:39:11 +0000
commit2b8b8e4ed5cbebd3884c301d438d72ea24fbfd70 (patch)
treee5d1a367e2a402207ff79dfd773d44b36a38edef /src
parent6481e12595de1b95cf9f75ddad2ae9e7c27fd150 (diff)
tidying
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_");