Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/boot_ufs Add missing newline.



details:   https://anonhg.NetBSD.org/src/rev/c51f19f4d500
branches:  trunk
changeset: 452006:c51f19f4d500
user:      isaki <isaki%NetBSD.org@localhost>
date:      Fri Jun 14 14:17:58 2019 +0000

description:
Add missing newline.

diffstat:

 sys/arch/x68k/stand/boot_ufs/bootmain.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 23dc45897ff1 -r c51f19f4d500 sys/arch/x68k/stand/boot_ufs/bootmain.c
--- a/sys/arch/x68k/stand/boot_ufs/bootmain.c   Fri Jun 14 14:17:45 2019 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/bootmain.c   Fri Jun 14 14:17:58 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootmain.c,v 1.13 2010/07/17 06:27:03 isaki Exp $      */
+/*     $NetBSD: bootmain.c,v 1.14 2019/06/14 14:17:58 isaki Exp $      */
 
 /*-
  * Copyright (c) 1993, 1994 Takumi Nakamura.
@@ -229,7 +229,7 @@
        if ((N_GETMAGIC(*header) != OMAGIC) ||
            (N_GETMID(*header) != MID_M68K)) {
                B_PRINT(fn);
-               B_PRINT(": inappropriate format");
+               B_PRINT(": inappropriate format\r\n");
                return 0;
        }
 



Home | Main Index | Thread Index | Old Index