summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stdio-frontend.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-10-19 20:30:03 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-10-19 20:30:03 +0000
commit2587ebd4cb34d8728d9b184cdf3b0162d83b461a (patch)
tree6c27f435aeed20c4f132030f907c76fa82dee523 /mdk-stage1/stdio-frontend.c
parent86ae55173b3e628b7f586463c265c43b05ea8f08 (diff)
downloaddrakx-backup-do-not-use-2587ebd4cb34d8728d9b184cdf3b0162d83b461a.tar
drakx-backup-do-not-use-2587ebd4cb34d8728d9b184cdf3b0162d83b461a.tar.gz
drakx-backup-do-not-use-2587ebd4cb34d8728d9b184cdf3b0162d83b461a.tar.bz2
drakx-backup-do-not-use-2587ebd4cb34d8728d9b184cdf3b0162d83b461a.tar.xz
drakx-backup-do-not-use-2587ebd4cb34d8728d9b184cdf3b0162d83b461a.zip
small fix
Diffstat (limited to 'mdk-stage1/stdio-frontend.c')
-rw-r--r--mdk-stage1/stdio-frontend.c1
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");
}