aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 17fcca56..6c5a4045 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -764,7 +764,7 @@ char *argv[];
printf("fetchmail: about to deliver via MDA %s, args:",
visbuf(argv[0]));
for (cp = argv+1; *cp; cp++)
- printf(" %s(%p)", visbuf(*cp), *cp);
+ printf(" %s", visbuf(*cp));
putchar('\n');
}