aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 1ccbecf4..e0c76460 100644
--- a/conf.c
+++ b/conf.c
@@ -272,7 +272,7 @@ void dump_config(struct runctl *runp, struct query *querylist)
stringdump("smtpaddress", ctl->smtpaddress);
indent('\0');
- fprintf(stdout, "'antispam:'");
+ fprintf(stdout, "'antispam':'");
if (!ctl->antispam)
fputs("'\n", stdout);
else