diff options
-rw-r--r-- | mdk-stage1/stdio-frontend.c | 1 |
1 files changed, 1 insertions, 0 deletions
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"); } |