summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
Diffstat (limited to 'drakpxelinux.pl')
-rw-r--r--drakpxelinux.pl4
1 files changed, 2 insertions, 2 deletions
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 {