aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index cfe4e8eb..6ed97e9f 100644
--- a/driver.c
+++ b/driver.c
@@ -681,7 +681,7 @@ struct method *proto;
if (outlevel == O_VERBOSE)
fputc('\n', stderr);
else
- fputc(',', stderr);
+ fputc(' ', stderr);
}
/* open the delivery pipe now if we're using an MDA */