diff options
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/libsa/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/machdep.c b/sys/arch/i386/stand/libsa/machdep.c index 5e4aec98b31..5f4b23ac6a1 100644 --- a/sys/arch/i386/stand/libsa/machdep.c +++ b/sys/arch/i386/stand/libsa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.23 1998/02/24 22:06:55 weingart Exp $ */ +/* $OpenBSD: machdep.c,v 1.24 1998/03/11 02:12:03 deraadt Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -61,7 +61,7 @@ machdep() apmprobe(); CKPT('6'); pciprobe(); CKPT('7'); smpprobe(); CKPT('8'); - printf("\n\n"); + printf("\n"); #endif CKPT('Z'); } |