Skip to content

Commit

Permalink
[MY] Fix ending detection on ia16
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFakeMontyOnTheRun committed Jun 26, 2024
1 parent 86e9335 commit 62d68df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions my_frontend/src/msdos.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ enum ECommand getInput(void) {
return kCommandNone;
}

performAction();

switch(toReturn) {
case 'q':
Expand Down

0 comments on commit 62d68df

Please sign in to comment.