From 74b950a36f70771b1b5a2bb90ac1a69274860ccb Mon Sep 17 00:00:00 2001 From: hpa Date: Thu, 10 Apr 2003 08:42:32 +0000 Subject: Formatting... --- memdisk/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdisk/setup.c b/memdisk/setup.c index 5f303a64..e9303ec1 100644 --- a/memdisk/setup.c +++ b/memdisk/setup.c @@ -647,7 +647,7 @@ uint32_t setup(syscall_t cs_syscall, void *cs_bounce) } if ( getcmditem("pause") != CMD_NOTFOUND ) { - puts("Press any key to boot... "); + puts("press any key to boot... "); regs.eax.w[0] = 0; syscall(0x16, ®s, NULL); } -- cgit