diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-20 06:25:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-20 06:25:23 +0000 |
commit | a8fb4194926aa22732192b37768be34aec0c9360 (patch) | |
tree | 4cf96546c03fa82ebdbf13dac92d10d35e4b4211 /fetchmail.c | |
parent | 62bdd79aa94a2c4624cb662c9ac43f9bf95d5427 (diff) | |
download | fetchmail-a8fb4194926aa22732192b37768be34aec0c9360.tar.gz fetchmail-a8fb4194926aa22732192b37768be34aec0c9360.tar.bz2 fetchmail-a8fb4194926aa22732192b37768be34aec0c9360.zip |
-Wall cleanup.
svn path=/trunk/; revision=2120
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index b738cf9d..4be298f7 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1364,8 +1364,7 @@ void dump_params (struct runctl *runp, struct query *querylist, flag implicit) { struct idlist *idp; - printf(" Recognized listener spam block responses are:", - ctl->antispam); + printf(" Recognized listener spam block responses are:"); for (idp = ctl->antispam; idp; idp = idp->next) printf(" %d", idp->val.status.num); printf("\n"); |