Skip to content

Commit

Permalink
Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbrianhall committed Dec 23, 2024
1 parent 18a38c8 commit b2ee1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/wizardio.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ char *get_command_with_history(const char *prompt) {
ch = -3;
}
}
#elif !defined(__ANDROID__)
#else
if (ch == 27) {
ch = getch();
#ifdef __ANDROID__
Expand Down

0 comments on commit b2ee1fe

Please sign in to comment.