X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ee25093663e5a72df66ba5b2c2934ea844a12133..5bfe3b3511e3e4f0ef0be45231cedf661d877b45:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index b146db264..bae3114a6 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -6771,11 +6771,12 @@ while (*s != 0) while (isspace(*sub)) sub++; if (*sub == '>') if (*outsep = *++sub) ++sub; - else { + else + { expand_string_message = string_sprintf("output separator " "missing in expanding ${addresses:%s}", --sub); goto EXPAND_FAILED; - } + } parse_allow_group = TRUE; for (;;)