From 2f43d2c1c612077b9d105c73804a6d9e8a023484 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 30 Jul 2007 15:12:57 +0000 Subject: use "menu" instead of "GUI", since it's not really graphical --- mdk-stage1/rescue-gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/rescue-gui.c') diff --git a/mdk-stage1/rescue-gui.c b/mdk-stage1/rescue-gui.c index 189798285..fbf23329a 100644 --- a/mdk-stage1/rescue-gui.c +++ b/mdk-stage1/rescue-gui.c @@ -278,7 +278,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) return 33; } while (wait4(-1, &wait_status, 0, NULL) != pid) {}; - printf(""); + printf(""); PAUSE(); resume_from_suspend(); if (!WIFEXITED(wait_status) || WEXITSTATUS(wait_status) != 0) { -- cgit v1.2.1