Handle error on close of spool data file
[exim.git] / src / src / smtp_in.c
index 1a66e183587bdea0dc8ecd4ebf5adf734b191efb..ffc7779f80694c18ef71e2677e7dcef149126c22 100644 (file)
@@ -2936,7 +2936,7 @@ Returns:     0 in most cases
 */
 
 int
-smtp_handle_acl_fail(int where, int rc, uschar *user_msg, uschar *log_msg)
+smtp_handle_acl_fail(int where, int rc, uschar * user_msg, uschar * log_msg)
 {
 BOOL drop = rc == FAIL_DROP;
 int codelen = 3;