From aaff6dff3ac0e9b19810fc1bc836f30c19918e5d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 31 Jul 2002 11:59:03 +0000 Subject: make new perl_checker happy --- perl-install/bootlook.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/bootlook.pm') diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index 36b553895..b94250e39 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -178,7 +178,7 @@ if ($a_mode) { $window->show_all(); Gtk->main_iteration while Gtk->events_pending; $::isEmbedded and kill USR2, $::CCPID; -$inmain=1; +$inmain = 1; Gtk->main; Gtk->exit(0); -- cgit v1.2.1