Add a missing newline in BOOT_DEBUG mode.

This commit is contained in:
isaki 2010-07-17 06:27:03 +00:00
parent a1bce59b7f
commit ad112cd676

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootmain.c,v 1.12 2009/03/18 10:22:38 cegger Exp $ */
/* $NetBSD: bootmain.c,v 1.13 2010/07/17 06:27:03 isaki Exp $ */
/*-
* Copyright (c) 1993, 1994 Takumi Nakamura.
@ -196,6 +196,10 @@ get_scsi_host_adapter(void)
#endif
}
#ifdef BOOT_DEBUG
B_PRINT("\r\n");
#endif
return ha;
}