diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-16 05:18:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-16 05:18:17 +0000 |
commit | bf1bcff2fec9f67fbede95725e0958df67b8bc48 (patch) | |
tree | 8a5e7a30d217afe7be16c8e20f36144f81df52d3 /fetchmail.c | |
parent | 130a5b07197819cdc447900f9891988c8f01e9f5 (diff) | |
download | fetchmail-bf1bcff2fec9f67fbede95725e0958df67b8bc48.tar.gz fetchmail-bf1bcff2fec9f67fbede95725e0958df67b8bc48.tar.bz2 fetchmail-bf1bcff2fec9f67fbede95725e0958df67b8bc48.zip |
Cosmetic fix.
svn path=/trunk/; revision=1936
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |