From b4a8c7e3a59385049ba16671f5839faa4d4eb0fa Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 20 Jul 1998 17:48:40 +0000 Subject: Cosmetic fix. svn path=/trunk/; revision=1998 --- fetchmail.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fetchmail.c b/fetchmail.c index f495d16b..41c59d25 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1305,8 +1305,7 @@ void dump_params (struct runctl *runp, struct query *querylist, flag implicit) printf(" Recognized listener spam block responses are:", ctl->antispam); - for (idp = ctl->antispam; idp; idp = -idp->next) + for (idp = ctl->antispam; idp; idp = idp->next) printf(" %d", idp->val.status.num); printf("\n"); } -- cgit v1.2.3