Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/fsck_ffs fix whitespace in debug printf
details: https://anonhg.NetBSD.org/src/rev/8e76275adef9
branches: trunk
changeset: 565559:8e76275adef9
user: dbj <dbj%NetBSD.org@localhost>
date: Mon Apr 12 06:28:05 2004 +0000
description:
fix whitespace in debug printf
diffstat:
sbin/fsck_ffs/setup.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3d88ea144167 -r 8e76275adef9 sbin/fsck_ffs/setup.c
--- a/sbin/fsck_ffs/setup.c Mon Apr 12 04:01:27 2004 +0000
+++ b/sbin/fsck_ffs/setup.c Mon Apr 12 06:28:05 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: setup.c,v 1.70 2004/03/21 20:01:41 dsl Exp $ */
+/* $NetBSD: setup.c,v 1.71 2004/04/12 06:28:05 dbj Exp $ */
/*
* Copyright (c) 1980, 1986, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)setup.c 8.10 (Berkeley) 5/9/95";
#else
-__RCSID("$NetBSD: setup.c,v 1.70 2004/03/21 20:01:41 dsl Exp $");
+__RCSID("$NetBSD: setup.c,v 1.71 2004/04/12 06:28:05 dbj Exp $");
#endif
#endif /* not lint */
@@ -721,7 +721,7 @@
for ( ; olp < endlp; olp++, nlp++) {
if (*olp == *nlp)
continue;
- printf("offset %#x, original 0x%08x, alternate"
+ printf("offset %#x, original 0x%08x, alternate "
"0x%08x\n",
(int)((uint8_t *)olp-(uint8_t *)sblock),
*olp, *nlp);
Home |
Main Index |
Thread Index |
Old Index