wineoss: Remove "please report" from a trace.

This commit is contained in:
Jan Zerebecki 2006-09-06 10:45:46 +02:00 committed by Alexandre Julliard
parent 66e0e06b98
commit 1ee1d819f9
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ LRESULT OSS_MidiInit(void)
*/
if (sinfo.capabilities & SYNTH_CAP_INPUT) {
FIXME("Synthesizer support MIDI in. Not supported yet (please report)\n");
FIXME("Synthesizer supports MIDI in. Not yet supported.\n");
}
TRACE("SynthOut[%d]\tname='%s' techn=%d voices=%d notes=%d chnMsk=%04x support=%ld\n"