From 2c03506dd8d263dba43dc49ffd884491dd88bc4d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 6 Mar 2003 20:55:09 +0000 Subject: perl_checker fix --- perl-install/harddrake/sound.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 32bb5186e..237599ae3 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -288,7 +288,7 @@ sub get_any_driver_entry { my ($in, $driver, $device, $index) = @_; { val => N("Let me pick any driver"), disabled => sub {}, - clicked => sub { &choose_any_driver($in, $driver, $device->{description}, $index); } + clicked => sub { &choose_any_driver($in, $driver, $device->{description}, $index) } } } -- cgit v1.2.1