Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Real-Septicake committed Nov 1, 2024
1 parent 5d11ede commit fd31503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/device/ps2.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ void vgaEditor(struct PS2Buf_t out) {
case Key_right:
specialHandler(out);
break;
default:
default:
char buf[2] = " ";
buf[0] = keyPressToASCII(out.keyEvent);
if (buf[0] != 0) {
Expand Down

0 comments on commit fd31503

Please sign in to comment.