aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-10-18 15:29:57 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-10-18 15:29:57 +0000
commitabf69ae34b26c1151f18f3f720e08e53e4b8a703 (patch)
tree38b5a4a54c73293437707dc4ed0a207de9c01a55 /sink.c
parentf63186b4bd9a6439ff93ce48897f8df659062691 (diff)
downloadfetchmail-abf69ae34b26c1151f18f3f720e08e53e4b8a703.tar.gz
fetchmail-abf69ae34b26c1151f18f3f720e08e53e4b8a703.tar.bz2
fetchmail-abf69ae34b26c1151f18f3f720e08e53e4b8a703.zip
i18n fix.
svn path=/trunk/; revision=3748
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 8e1b89d9..5ac588cb 100644
--- a/sink.c
+++ b/sink.c
@@ -1471,7 +1471,7 @@ va_dcl
void close_warning_by_mail(struct query *ctl, struct msgblk *msg)
/* sign and send mailed warnings */
{
- stuff_warning(ctl, GT_("--\r\n\t\t\t\tThe Fetchmail Daemon\r\n"));
+ stuff_warning(ctl, GT_("--\n\t\t\t\tThe Fetchmail Daemon\n"));
close_sink(ctl, msg, TRUE);
}