aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-07-23 07:40:30 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-07-23 07:40:30 +0000
commit773d589bfc9771692e6bd58997ea0b9ec8aa061c (patch)
treec8e801d926e92e50da0d7188634e81bd12a69fff /conf.c
parentb1fabdf1b335942c08077df08f385b63d74dd770 (diff)
downloadfetchmail-773d589bfc9771692e6bd58997ea0b9ec8aa061c.tar.gz
fetchmail-773d589bfc9771692e6bd58997ea0b9ec8aa061c.tar.bz2
fetchmail-773d589bfc9771692e6bd58997ea0b9ec8aa061c.zip
Correct string quoting.
svn path=/trunk/; revision=2016
Diffstat (limited to 'conf.c')
-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