Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/gpt Kill newline
details: https://anonhg.NetBSD.org/src/rev/4da23dfb4e23
branches: trunk
changeset: 812208:4da23dfb4e23
user: christos <christos%NetBSD.org@localhost>
date: Fri Dec 04 16:54:28 2015 +0000
description:
Kill newline
diffstat:
sbin/gpt/resize.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r afcabf948497 -r 4da23dfb4e23 sbin/gpt/resize.c
--- a/sbin/gpt/resize.c Fri Dec 04 16:46:24 2015 +0000
+++ b/sbin/gpt/resize.c Fri Dec 04 16:54:28 2015 +0000
@@ -33,7 +33,7 @@
__FBSDID("$FreeBSD: src/sbin/gpt/add.c,v 1.14 2006/06/22 22:05:28 marcel Exp $");
#endif
#ifdef __RCSID
-__RCSID("$NetBSD: resize.c,v 1.21 2015/12/03 02:02:43 christos Exp $");
+__RCSID("$NetBSD: resize.c,v 1.22 2015/12/04 16:54:28 christos Exp $");
#endif
#include <sys/types.h>
@@ -121,7 +121,7 @@
if (gpt_write_backup(gpt) == -1)
return -1;
- gpt_msg(gpt, "Partition %d resized: %" PRIu64 " %" PRIu64 "\n", entry,
+ gpt_msg(gpt, "Partition %d resized: %" PRIu64 " %" PRIu64, entry,
map->map_start, newsize);
return 0;
Home |
Main Index |
Thread Index |
Old Index