From 773d589bfc9771692e6bd58997ea0b9ec8aa061c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 23 Jul 1998 07:40:30 +0000 Subject: Correct string quoting. svn path=/trunk/; revision=2016 --- conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3