From 1ee1d819f90fc8d77974ee22757eca9ecd7f9707 Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Wed, 6 Sep 2006 10:45:46 +0200 Subject: [PATCH] wineoss: Remove "please report" from a trace. --- dlls/winmm/wineoss/midi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winmm/wineoss/midi.c b/dlls/winmm/wineoss/midi.c index aab1438f8ae..9ea61c651f2 100644 --- a/dlls/winmm/wineoss/midi.c +++ b/dlls/winmm/wineoss/midi.c @@ -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" -- 2.11.4.GIT