Commit feb84877 authored by Akihiro Sagawa's avatar Akihiro Sagawa Committed by Alexandre Julliard

wineoss: Fix missing break statement.

parent 2250769e
......@@ -1035,6 +1035,7 @@ static UINT midi_out_port_data(WORD dev_id, UINT data)
case 0x03: /* Song Select. */
SEQ_MIDIOUT(dev, evt);
SEQ_MIDIOUT(dev, d1);
break;
case 0x02: /* Song Position Pointer. */
SEQ_MIDIOUT(dev, evt);
SEQ_MIDIOUT(dev, d1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment