Skip to content

Commit

Permalink
Merge pull request #159 from laamaa/bugfix/158_fix_app_quit
Browse files Browse the repository at this point in the history
Bugfix/158 fix app quit
  • Loading branch information
laamaa authored Jul 8, 2024
2 parents 1c4f2b9 + f2136e0 commit a4e9009
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package/rpm/m8c.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: m8c
Version: 1.7.5
Version: 1.7.6
Release: 1%{?dist}
Summary: m8c is a client for Dirtywave M8 music tracker's headless mode

Expand Down
1 change: 0 additions & 1 deletion src/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ void handle_sdl_events(config_params_s *conf) {
if (event.type == SDL_KEYDOWN) {
keycode = key.value;
} else {
key.value = 0;
keycode = 0;
}
break;
Expand Down

0 comments on commit a4e9009

Please sign in to comment.