From 6f1af55e383dadb67fc37a2cf3d672af0ee136d3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 25 Jul 2002 11:19:15 +0000 Subject: please "perl -cw" --- perl-install/install_steps_newt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_newt.pm') diff --git a/perl-install/install_steps_newt.pm b/perl-install/install_steps_newt.pm index 1204c0729..d8e755130 100644 --- a/perl-install/install_steps_newt.pm +++ b/perl-install/install_steps_newt.pm @@ -44,7 +44,7 @@ sub enteringStep { sub exitInstall { &install_steps_interactive::exitInstall; - interactive::newt::end; + interactive::newt::end(); } #-###################################################################################### -- cgit v1.2.1