From c91b1bafd2eb9dbaeb79b22d7c6e52c343ba6f40 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 22 Jun 2004 09:39:24 +0000 Subject: remove spurious comma and spaces --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 98c57246d..16dbf38f8 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -205,7 +205,7 @@ gtkadd($window, ok_clicked => sub { Xconfig::various::runlevel($x_mode ? 5 : 3); $splash_working or updateAutologin(); - $no_bootsplash or update_bootsplash($combo{boot}->entry->get_text, ,$splash_mode, $keep_logo); + $no_bootsplash or update_bootsplash($combo{boot}->entry->get_text, $splash_mode, $keep_logo); ugtk2->exit(0); } }, -- cgit v1.2.1