---
 console-client/pc-kbd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/console-client/pc-kbd.c b/console-client/pc-kbd.c
index afd3411e..aa5f1103 100644
--- a/console-client/pc-kbd.c
+++ b/console-client/pc-kbd.c
@@ -713,7 +713,7 @@ read_keycode (void)
   int release = 0;
 
   /* The keypress generated two keycodes.  */
-  if (sc == 0xE0)
+  if (sc == SC_EXTENDED1)
     {
       sc = input_next ();
 
-- 
2.44.0


Reply via email to