Add support for avast malware scanner. Bug 1033
[exim.git] / src / src / spam.c
index 45a06931cdc4d2de600fcdeb021ba8c24b4139cf..c0c3fb3730148a9595c1e7cb5a0c437360049f87 100644 (file)
@@ -48,7 +48,7 @@ spam(uschar **listptr)
   fd_set select_fd;
 #endif
   uschar *spamd_address_work;
-  static const char * loglabel = US"spam acl condition:";
+  static const uschar * loglabel = US"spam acl condition:";
 
   /* stop compiler warning */
   result = 0;