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/6c02ae2f799b
branches: trunk
changeset: 338921:6c02ae2f799b
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 fd2ba1e58312 -r 6c02ae2f799b 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