diff options
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -396,7 +396,7 @@ void dump_config(struct runctl *runp, struct query *querylist) indent('\0'); fprintf(stdout, "'antispam':'"); if (!ctl->antispam) - fputs("'\n", stdout); + fputs("',\n", stdout); else { for (idp = ctl->antispam; idp; idp = idp->next) |