From f0deb1df6e1374aa20671677a2867d4d089e5905 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 10 Jun 2005 04:49:29 +0000 Subject: add missing ";" --- drakpxelinux.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drakpxelinux.pl') diff --git a/drakpxelinux.pl b/drakpxelinux.pl index 3341a15..7e9fdb3 100644 --- a/drakpxelinux.pl +++ b/drakpxelinux.pl @@ -291,7 +291,7 @@ sub test_similar_label { if (any { $_->{label} eq $newlabel } @{$pxelinux_conf->{entries}}) { err_dialog(N("Error!"), N("Found a similar entry in PXE list labeled: %s.\nChoose another label please", $newlabel)) and return 0; - } else { return 1 }; + } else { return 1 } } # dialog box to edit a PXE entry @@ -615,7 +615,7 @@ sub show_help { info_dialog("help", clicked => sub { local *F; open(F, "mozilla http://clic.mandrakesoft.com/documentation/pxe/ |") } ), ), - ) + ); } sub check_pxe_conf { -- cgit v1.2.1