diff options
| author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-23 07:40:30 +0000 |
|---|---|---|
| committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-23 07:40:30 +0000 |
| commit | 773d589bfc9771692e6bd58997ea0b9ec8aa061c (patch) | |
| tree | c8e801d926e92e50da0d7188634e81bd12a69fff | |
| parent | b1fabdf1b335942c08077df08f385b63d74dd770 (diff) | |
| download | fetchmail-773d589bfc9771692e6bd58997ea0b9ec8aa061c.tar.gz fetchmail-773d589bfc9771692e6bd58997ea0b9ec8aa061c.tar.bz2 fetchmail-773d589bfc9771692e6bd58997ea0b9ec8aa061c.zip | |
Correct string quoting.
svn path=/trunk/; revision=2016
| -rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
