Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Add the missing newline to a verbose autoconf mes...



details:   https://anonhg.NetBSD.org/src/rev/78114fc7f80f
branches:  trunk
changeset: 751319:78114fc7f80f
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Sun Jan 31 18:12:51 2010 +0000

description:
Add the missing newline to a verbose autoconf message.

diffstat:

 sys/dev/ic/rtw.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6e90150a2a86 -r 78114fc7f80f sys/dev/ic/rtw.c
--- a/sys/dev/ic/rtw.c  Sun Jan 31 17:53:31 2010 +0000
+++ b/sys/dev/ic/rtw.c  Sun Jan 31 18:12:51 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rtw.c,v 1.112 2010/01/19 22:06:25 pooka Exp $ */
+/* $NetBSD: rtw.c,v 1.113 2010/01/31 18:12:51 dyoung Exp $ */
 /*-
  * Copyright (c) 2004, 2005, 2006, 2007 David Young.  All rights
  * reserved.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.112 2010/01/19 22:06:25 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.113 2010/01/31 18:12:51 dyoung Exp $");
 
 
 #include <sys/param.h>
@@ -846,7 +846,7 @@
                rtw_srom_defaults(sr, flags, cs_threshold, rfchipid, rcr);
                return 0;
        } else {
-               aprint_verbose_dev(dev, "SROM version %d.%d",
+               aprint_verbose_dev(dev, "SROM version %d.%d\n",
                    srom_version >> 8, srom_version & 0xff);
        }
 



Home | Main Index | Thread Index | Old Index