From a8fb4194926aa22732192b37768be34aec0c9360 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 20 Oct 1998 06:25:23 +0000 Subject: -Wall cleanup. svn path=/trunk/; revision=2120 --- fetchmail.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fetchmail.c') 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"); -- cgit v1.2.3