summaryrefslogtreecommitdiff
path: root/from/from.c
diff options
context:
space:
mode:
Diffstat (limited to 'from/from.c')
-rw-r--r--from/from.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/from/from.c b/from/from.c
index 3579b3d58..bf5376e70 100644
--- a/from/from.c
+++ b/from/from.c
@@ -197,7 +197,7 @@ main (int argc, char **argv)
if ((status = mailbox_get_message (mbox, i, &msg)) != 0
|| (status = message_get_header (msg, &hdr)) != 0)
{
- mu_error (_("msg %d : %s\n"), i, mu_strerror (status));
+ mu_error (_("msg %d : %s"), i, mu_strerror (status));
exit (2);
}

Return to:

Send suggestions and report system problems to the System administrator.