aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/termios.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/termios.c b/win32/termios.c
index 177a7bdbe..283e88b3a 100644
--- a/win32/termios.c
+++ b/win32/termios.c
@@ -50,8 +50,6 @@ int64_t FAST_FUNC read_key(int fd, char *buf, int timeout UNUSED_PARAM)
50 case VK_CONTROL: 50 case VK_CONTROL:
51 case VK_MENU: 51 case VK_MENU:
52 break; 52 break;
53 default:
54 return -1;
55 } 53 }
56 continue; 54 continue;
57 } 55 }