diff options
Diffstat (limited to 'sys/dev/sound/midi/midi.c')
-rw-r--r-- | sys/dev/sound/midi/midi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c index e741dd0d..71f7772 100644 --- a/sys/dev/sound/midi/midi.c +++ b/sys/dev/sound/midi/midi.c @@ -669,7 +669,7 @@ midi_open(struct cdev *i_dev, int flags, int mode, struct thread *td) * from a previous session */ MIDIQ_CLEAR(m->inq); - }; + } if (flags & FWRITE) m->flags |= M_TX; @@ -1126,7 +1126,7 @@ midisynth_open(void *n, void *arg, int flags) */ MIDIQ_CLEAR(m->inq); m->rchan = 0; - }; + } if (flags & FWRITE) { m->flags |= M_TX; |