diff options
-rw-r--r-- | fetchmail.c | 3 |
1 files changed, 1 insertions, 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"); } |