Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/mail one more stray \n



details:   https://anonhg.NetBSD.org/src/rev/b16f00774117
branches:  trunk
changeset: 809063:b16f00774117
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jun 17 00:03:42 2015 +0000

description:
one more stray \n

diffstat:

 usr.bin/mail/mime_attach.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 21db5d8cfd2f -r b16f00774117 usr.bin/mail/mime_attach.c
--- a/usr.bin/mail/mime_attach.c        Wed Jun 17 00:01:59 2015 +0000
+++ b/usr.bin/mail/mime_attach.c        Wed Jun 17 00:03:42 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mime_attach.c,v 1.17 2013/10/18 20:47:06 christos Exp $        */
+/*     $NetBSD: mime_attach.c,v 1.18 2015/06/17 00:03:42 christos Exp $        */
 
 /*-
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #ifndef __lint__
-__RCSID("$NetBSD: mime_attach.c,v 1.17 2013/10/18 20:47:06 christos Exp $");
+__RCSID("$NetBSD: mime_attach.c,v 1.18 2015/06/17 00:03:42 christos Exp $");
 #endif /* not __lint__ */
 
 #include <assert.h>
@@ -529,7 +529,7 @@
 
        enc = mime_fio_encoder(Cp->C_encoding);
        if (enc == NULL)
-               warnx("unknown transfer encoding type: %s\n", Cp->C_encoding);
+               warnx("unknown transfer encoding type: %s", Cp->C_encoding);
        else
                enc(fi, fo, 0);
 }



Home | Main Index | Thread Index | Old Index