diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-03-06 20:55:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-03-06 20:55:09 +0000 |
commit | 2c03506dd8d263dba43dc49ffd884491dd88bc4d (patch) | |
tree | 904c8883f584f90a76094307e86e8e09df613c77 /perl-install/harddrake/sound.pm | |
parent | c563566aaf3d7a86dbccafcc9912309486cf0370 (diff) | |
download | drakx-2c03506dd8d263dba43dc49ffd884491dd88bc4d.tar drakx-2c03506dd8d263dba43dc49ffd884491dd88bc4d.tar.gz drakx-2c03506dd8d263dba43dc49ffd884491dd88bc4d.tar.bz2 drakx-2c03506dd8d263dba43dc49ffd884491dd88bc4d.tar.xz drakx-2c03506dd8d263dba43dc49ffd884491dd88bc4d.zip |
perl_checker fix
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r-- | perl-install/harddrake/sound.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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) } } } |