From 2587ebd4cb34d8728d9b184cdf3b0162d83b461a Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 19 Oct 2001 20:30:03 +0000 Subject: small fix --- mdk-stage1/stdio-frontend.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/stdio-frontend.c') diff --git a/mdk-stage1/stdio-frontend.c b/mdk-stage1/stdio-frontend.c index 5b37eafcd..0eda5d76c 100644 --- a/mdk-stage1/stdio-frontend.c +++ b/mdk-stage1/stdio-frontend.c @@ -33,6 +33,7 @@ void init_frontend(char * welcome_msg) { printf(welcome_msg); + printf("\n"); } -- cgit v1.2.1