summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-07-22 22:32:49 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-07-22 22:32:49 +0000
commitf6027d9b3dd6959b10b612286f0e32c31a31f109 (patch)
treedbc15625d405338763347db347d4e39cc512ee99
parent3bd85a2333cd3ce435d2f8c9d01f88b0fa9662be (diff)
Notes
-rw-r--r--sys/i386/boot/biosboot/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/boot.c b/sys/i386/boot/biosboot/boot.c
index c4e7b855ae98..e3ea7028ed21 100644
--- a/sys/i386/boot/biosboot/boot.c
+++ b/sys/i386/boot/biosboot/boot.c
@@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, [92/04/03 16:51:14 rvb]
- * $Id: boot.c,v 1.44 1995/06/11 19:31:10 rgrimes Exp $
+ * $Id: boot.c,v 1.45 1995/06/25 14:02:50 joerg Exp $
*/
@@ -246,7 +246,7 @@ loadprog(void)
/********************************************************/
/* Load the string table */
/********************************************************/
- printf("+0x%x+0x%x] ", sizeof(int), i);
+ printf("+0x%x+0x%x]\n", sizeof(int), i);
xread((void *)addr, i);
addr += i;