Another round of sonarlint work

This commit is contained in:
Jasmine Iwanek
2023-06-28 13:46:28 -04:00
parent b750471e5c
commit 1116aadb6f
135 changed files with 2425 additions and 1355 deletions

View File

@@ -665,8 +665,8 @@ vnc_kbinput(int down, int k)
/* Send this scancode sequence to the PC keyboard. */
switch (scan >> 8) {
case 0x00:
default:
case 0x00:
if (scan & 0xff)
keyboard_input(down, scan & 0xff);
break;