A couple of ";" escaped....

This commit is contained in:
dsl 2003-05-07 20:49:22 +00:00
parent 3c476fffb6
commit 5fb67a188b
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.en,v 1.4 2003/05/07 19:02:54 dsl Exp $ */
/* $NetBSD: menus.md.en,v 1.5 2003/05/07 20:49:22 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -244,7 +244,7 @@ menu biosmultmatch;
biosdisk = NULL;
};
menu configbootsel, y=16, title "Change a bootmenu item", exit
menu configbootsel, y=16, title "Change a bootmenu item", exit;
display action { disp_bootsel(); };
option "Edit menu entry 0",
action { edit_bootsel_entry(0); };

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.en,v 1.43 2003/05/07 19:02:58 dsl Exp $ */
/* $NetBSD: menus.md.en,v 1.44 2003/05/07 20:49:22 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -244,7 +244,7 @@ menu biosmultmatch;
biosdisk = NULL;
};
menu configbootsel, y=16, title "Change a bootmenu item", exit
menu configbootsel, y=16, title "Change a bootmenu item", exit;
display action { disp_bootsel(); };
option "Edit menu entry 0",
action { edit_bootsel_entry(0); };