diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-02 14:29:29 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-03 22:39:11 +0000 |
commit | 2b8b8e4ed5cbebd3884c301d438d72ea24fbfd70 (patch) | |
tree | e5d1a367e2a402207ff79dfd773d44b36a38edef /src | |
parent | 6481e12595de1b95cf9f75ddad2ae9e7c27fd150 (diff) |
tidying
Diffstat (limited to 'src')
-rw-r--r-- | src/src/malware.c | 5 |
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_"); |