From 0fbf58d2942263a6fc0bc2ab6797e07250144907 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 25 Jul 2001 10:29:52 +0000 Subject: Use Yahve quoting --- mdk-stage1/newt-frontend.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mdk-stage1/newt-frontend.c') diff --git a/mdk-stage1/newt-frontend.c b/mdk-stage1/newt-frontend.c index b3a858f27..e0bc7c5ce 100644 --- a/mdk-stage1/newt-frontend.c +++ b/mdk-stage1/newt-frontend.c @@ -37,6 +37,8 @@ void init_frontend(char * welcome_msg) { + int i; + for (i=0; i<38; i++) printf("\n"); newtInit(); newtCls(); -- cgit v1.2.1