Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/config Remove extra new line.



details:   https://anonhg.NetBSD.org/src/rev/6d0a04ac79e2
branches:  trunk
changeset: 584861:6d0a04ac79e2
user:      cube <cube%NetBSD.org@localhost>
date:      Tue Oct 04 13:33:20 2005 +0000

description:
Remove extra new line.

diffstat:

 usr.bin/config/sem.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9363f5be435e -r 6d0a04ac79e2 usr.bin/config/sem.c
--- a/usr.bin/config/sem.c      Tue Oct 04 13:06:45 2005 +0000
+++ b/usr.bin/config/sem.c      Tue Oct 04 13:33:20 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sem.c,v 1.11 2005/10/04 13:06:45 cube Exp $    */
+/*     $NetBSD: sem.c,v 1.12 2005/10/04 13:33:20 cube Exp $    */
 
 /*
  * Copyright (c) 1992, 1993
@@ -1453,7 +1453,7 @@
                            "nothing matching" : "no", i->i_at);
                } else if (vflag && i->i_active == DEVI_IGNORED)
                        xwarn(i->i_srcfile, i->i_lineno, "ignoring explicitely"
-                           " orphaned instance `%s at %s'\n", i->i_name,
+                           " orphaned instance `%s at %s'", i->i_name,
                            i->i_at);
 
        if (error)



Home | Main Index | Thread Index | Old Index