summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-14 14:51:37 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-14 14:51:37 -0700
commitf8753ed3a21f5fb54025be36459c6674e0997aee (patch)
tree7f914eefe2cbe110c3be84a897d7de41b0c0af86
parent02b692d367343df7eed8c1b1a0f435424e8b3a56 (diff)
downloadsyslinux-f8753ed3a21f5fb54025be36459c6674e0997aee.tar.gz
MEMDISK: drop unnecessary newline
Drop a newline we didn't need after all. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--memdisk/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/memdisk/setup.c b/memdisk/setup.c
index 8e8ded1e..7b1f4566 100644
--- a/memdisk/setup.c
+++ b/memdisk/setup.c
@@ -706,7 +706,7 @@ __cdecl void setup(__cdecl syscall_t cs_syscall, void *cs_bounce)
do_edd ? "on" : "off",
pptr->configflags & CONFIG_READONLY ? "readonly" : "read-write");
- puts("\nUsing ");
+ puts("Using ");
switch (pptr->configflags & CONFIG_MODEMASK) {
case 0:
puts("standard INT 15h");