aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-05 23:48:57 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-05 23:48:57 +0000
commit14d36160185cd458d0bc83fd7886be92938b4f61 (patch)
treed61cc096afe4d9071f13f1ee9017989bad817874 /sink.c
parent26938f4d826eefe63ba10eca023b7e09bfdb35f3 (diff)
downloadfetchmail-14d36160185cd458d0bc83fd7886be92938b4f61.tar.gz
fetchmail-14d36160185cd458d0bc83fd7886be92938b4f61.tar.bz2
fetchmail-14d36160185cd458d0bc83fd7886be92938b4f61.zip
Cosmetic fix.
svn path=/trunk/; revision=3209
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sink.c b/sink.c
index 874ab5fc..f8df919d 100644
--- a/sink.c
+++ b/sink.c
@@ -819,7 +819,7 @@ int open_sink(struct query *ctl, struct msgblk *msg,
int res;
if ((res = handle_smtp_report(ctl, msg))==PS_REFUSED)
- return PS_REFUSED;
+ return(PS_REFUSED);
strcpy(errbuf, idp->id);
strcat(errbuf, ": ");