From bf1bcff2fec9f67fbede95725e0958df67b8bc48 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 16 Jun 1998 05:18:17 +0000 Subject: Cosmetic fix. svn path=/trunk/; revision=1936 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail.c b/fetchmail.c index 3e3ecf2a..74b2edbc 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1326,7 +1326,7 @@ void dump_params (struct runctl *runp, struct query *querylist, flag implicit) else printf("\t%s\n", idp->id); if (ctl->wildcard) - fputs("*\n", stdout); + fputs("\t*\n", stdout); } if (count > 1 || ctl->wildcard) -- cgit v1.2.3