diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-12 05:27:58 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-12 05:27:58 +0200 |
commit | f1a0c283e4fe5227fa9a0e95c2e8324475e12d01 (patch) | |
tree | 1a38cef3b302c1af1f40ff58b8c56bc618670586 /apps/midi.c | |
parent | done data hangling for midi works now (diff) |
osc messages to trigger language switch are implemented
Diffstat (limited to 'apps/midi.c')
-rw-r--r-- | apps/midi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/midi.c b/apps/midi.c index 5d5fb1a..fa5739b 100644 --- a/apps/midi.c +++ b/apps/midi.c @@ -171,7 +171,7 @@ static int midi_handle_in_revents(midi_t* m, struct pollfd *pfds, int npfds, mix return ret; } - return 0; + return ret; } static int midi_handle_out_revents(midi_t* m, struct pollfd *pfds, int npfds) |