summaryrefslogtreecommitdiff
path: root/menu
diff options
context:
space:
mode:
authorhpa <hpa>2004-02-03 06:35:00 +0000
committerhpa <hpa>2004-02-03 06:35:00 +0000
commitb09a1f2e9badb6b2b47ea278a5d4c5d2766b57d1 (patch)
treeaf6cd15b3b7b8b4c885f0c3e6520a4dbfdf81921 /menu
parent95d99866a4d6fb35eb47e694cac1697b8e521f0b (diff)
downloadsyslinux-b09a1f2e9badb6b2b47ea278a5d4c5d2766b57d1.tar.gz
Make "get key w/o echo" COMBOOT function work correctly
Diffstat (limited to 'menu')
-rw-r--r--menu/biosio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu/biosio.c b/menu/biosio.c
index 95cb0387..bf2b559c 100644
--- a/menu/biosio.c
+++ b/menu/biosio.c
@@ -157,7 +157,7 @@ void cursoron(void)
char bkspstr[] = " \b$";
char eolstr[] = "\n$";
-static char asm_getchar(void)
+static inline char asm_getchar(void)
{
char v;