Module Name:    src
Committed By:   isaki
Date:           Fri Jun 14 14:17:58 UTC 2019

Modified Files:
        src/sys/arch/x68k/stand/boot_ufs: bootmain.c

Log Message:
Add missing newline.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x68k/stand/boot_ufs/bootmain.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x68k/stand/boot_ufs/bootmain.c
diff -u src/sys/arch/x68k/stand/boot_ufs/bootmain.c:1.13 src/sys/arch/x68k/stand/boot_ufs/bootmain.c:1.14
--- src/sys/arch/x68k/stand/boot_ufs/bootmain.c:1.13	Sat Jul 17 06:27:03 2010
+++ src/sys/arch/x68k/stand/boot_ufs/bootmain.c	Fri Jun 14 14:17:58 2019
@@ -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 @@ load_file_ino(ino32_t ino, const char *f
 	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;
 	}
 

Reply via email to