Skip to content

Commit

Permalink
Revert test change
Browse files Browse the repository at this point in the history
  • Loading branch information
lhecker committed Nov 21, 2024
1 parent 207d617 commit 86f952e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ void ProcessCtrlEvents()
break;

case CONSOLE_CTRL_C_FLAG:
EventType = CTRL_BREAK_EVENT;
EventType = CTRL_C_EVENT;
break;

case CONSOLE_CTRL_LOGOFF_FLAG:
Expand Down

0 comments on commit 86f952e

Please sign in to comment.