Skip to content

Commit 6a4ac09

Browse files
refactor: removed empty statement
1 parent 904907c commit 6a4ac09

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Spice86.Core/Emulator/InterruptHandlers/Input/Keyboard/BiosKeyboardInt9Handler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ sets Ctrl+C flag which calls int 0x23 in certain dos
545545
BiosKeyboardBuffer.EnqueueKeyCode(asciiscan);
546546
break;
547547
}
548-
;
549548
irq1_end:
550549
//Reset 0xE0 Flag
551550
if (scanCode != 0xe0) {

0 commit comments

Comments
 (0)