Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/gpt Add a space.
details: https://anonhg.NetBSD.org/src/rev/d6529a9a2d4e
branches: trunk
changeset: 342021:d6529a9a2d4e
user: christos <christos%NetBSD.org@localhost>
date: Thu Dec 03 02:16:00 2015 +0000
description:
Add a space.
diffstat:
sbin/gpt/gpt.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 71ce5073f5a4 -r d6529a9a2d4e sbin/gpt/gpt.c
--- a/sbin/gpt/gpt.c Thu Dec 03 02:09:20 2015 +0000
+++ b/sbin/gpt/gpt.c Thu Dec 03 02:16:00 2015 +0000
@@ -35,7 +35,7 @@
__FBSDID("$FreeBSD: src/sbin/gpt/gpt.c,v 1.16 2006/07/07 02:44:23 marcel Exp $");
#endif
#ifdef __RCSID
-__RCSID("$NetBSD: gpt.c,v 1.59 2015/12/03 02:02:43 christos Exp $");
+__RCSID("$NetBSD: gpt.c,v 1.60 2015/12/03 02:16:00 christos Exp $");
#endif
#include <sys/param.h>
@@ -1199,7 +1199,7 @@
printf("%s: %ju", prompt, num);
#ifdef HN_AUTOSCALE
if (human_num[0] != '\0')
- printf("(%s)", human_num);
+ printf(" (%s)", human_num);
#endif
printf("\n");
}
Home |
Main Index |
Thread Index |
Old Index