mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-27 15:54:06 +02:00
Fix a typo
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1044 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
91189d3608
commit
6aad41e7d5
@ -1924,7 +1924,7 @@ STATIC VOID DoMenu(void)
|
|||||||
if (MenuTimeout >= 0)
|
if (MenuTimeout >= 0)
|
||||||
{
|
{
|
||||||
show_choices(choicey);
|
show_choices(choicey);
|
||||||
printf(" Time remainig: %d ", MenuTimeout);
|
printf(" Time remaining: %d ", MenuTimeout);
|
||||||
|
|
||||||
gotoxy(show_choices(choicey), choicey);
|
gotoxy(show_choices(choicey), choicey);
|
||||||
key = GetBiosKey(1); /* poll keyboard 1 second */
|
key = GetBiosKey(1); /* poll keyboard 1 second */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user