Commit c2b366f4 authored by Masanori Kakura's avatar Masanori Kakura Committed by Alexandre Julliard

winealsa.drv: Fix a typo in TRACE() message.

parent df607138
......@@ -789,7 +789,7 @@ static DWORD modOpen(WORD wDevID, LPMIDIOPENDESC lpDesc, DWORD dwFlags)
TRACE("Unable to create output port\n");
MidiOutDev[wDevID].port_out = -1;
} else {
TRACE("Outport port %d created successfully\n", port_out);
TRACE("Output port %d created successfully\n", port_out);
MidiOutDev[wDevID].port_out = port_out;
/* Connect our app port to the device port */
......
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