diff options
-rw-r--r-- | perl-install/harddrake/data.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index f90cd334c..ed1dc7da1 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -122,7 +122,7 @@ our @tree = icon => "hw-pcmcia.png", configurator => "", #detector => sub { f(print "";detect_devices::pcmcia_controller_probe()) }, - detector => sub { f(;) }, + detector => sub { }, checked_on_boot => 1, }, |