Commit 056e3fc7 authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

sapi: Fix typo in ISpVoice::SetOutput() trace.

parent b97542ce
......@@ -517,7 +517,7 @@ static HRESULT WINAPI spvoice_GetInfo(ISpVoice *iface, SPEVENTSOURCEINFO *info)
static HRESULT WINAPI spvoice_SetOutput(ISpVoice *iface, IUnknown *unk, BOOL changes)
{
FIXME("(%p, %p, %d: stub.\n)", iface, unk, changes);
FIXME("(%p, %p, %d): stub.\n", iface, unk, changes);
return E_NOTIMPL;
}
......
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