X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/acec9514b1006e352ef283f205ecec75a9b6ff0d..bb07bcd32250965a896b0856dd1b839b5795e2f4:/src/src/acl.c diff --git a/src/src/acl.c b/src/src/acl.c index 79feb5f68..921cb2ce8 100644 --- a/src/src/acl.c +++ b/src/src/acl.c @@ -3931,7 +3931,7 @@ if (acl_level == 0) } else ss = s; -while (isspace(*ss))ss++; +while (isspace(*ss)) ss++; /* If we can't find a named ACL, the default is to parse it as an inline one. (Unless it begins with a slash; non-existent files give rise to an error.) */