From abf69ae34b26c1151f18f3f720e08e53e4b8a703 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 18 Oct 2002 15:29:57 +0000 Subject: i18n fix. svn path=/trunk/; revision=3748 --- sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3