From 0aa6555c733d2ea334dd3d39e0775dec4706f5d2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 25 Mar 2008 16:19:08 +0000 Subject: (switch) kill unneeded ";" --- 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 94695d3c8..f10af02c7 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -404,7 +404,7 @@ To use alsa, one can either use: @common, ])) { - $write_config->();; + $write_config->(); return if $new_driver eq $device->{current_driver}; log::explanations("switching audio driver from '" . $device->{current_driver} . "' to '$new_driver'\n"); $in->ask_warn(N("Warning"), N("The old \"%s\" driver is blacklisted.\n -- cgit v1.2.1