Skip to content

Commit 600f9c0

Browse files
refactor: removed empty statement
1 parent 216f5ce commit 600f9c0

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)