diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-19 20:30:03 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-19 20:30:03 +0000 |
commit | 2587ebd4cb34d8728d9b184cdf3b0162d83b461a (patch) | |
tree | 6c27f435aeed20c4f132030f907c76fa82dee523 | |
parent | 86ae55173b3e628b7f586463c265c43b05ea8f08 (diff) | |
download | drakx-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
-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"); } |