From 2592b4e4e52f83031e7cda65d293b29fa2f43c8f Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 22 Oct 1994 02:35:09 +0000 Subject: [PATCH] Cosmetique: just fix tabs after patch of diff -cb (previous) --- sbin/sysinstall/utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/sysinstall/utils.c b/sbin/sysinstall/utils.c index 5dc203ebf2a5..9686eb99710b 100644 --- a/sbin/sysinstall/utils.c +++ b/sbin/sysinstall/utils.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: utils.c,v 1.7 1994/10/21 18:08:33 paul Exp $ + * $Id: utils.c,v 1.8 1994/10/22 02:32:16 ache Exp $ * */ @@ -94,7 +94,7 @@ ExitSysinstall() { if (getpid() == 1) { if (dialog_active) { - clear(); + clear(); dialog_update(); } if (reboot(RB_AUTOBOOT) == -1) @@ -108,7 +108,7 @@ ExitSysinstall() } else { if (dialog_active) { dialog_update(); - end_dialog(); + end_dialog(); } exit(0); }