Skip to content

Commit

Permalink
fix for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
k5md committed Jan 14, 2021
1 parent 8e86a8b commit b9186e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/M2KB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ int main() {
while(true) {
int c = _getch();
if (c == VK_ESCAPE) break;
if (c == 'q') break;
}

keymapper.~Keymapper();
Expand Down

0 comments on commit b9186e4

Please sign in to comment.