wmvcore: Fix a typo.

This commit is contained in:
Jeff Latimer 2013-02-15 23:32:02 +11:00 committed by Alexandre Julliard
parent 867615419e
commit 2b5babc399

View file

@ -61,7 +61,7 @@ HRESULT WINAPI WMCreateEditor(IWMMetadataEditor **editor)
return E_NOTIMPL;
}
HRESULT WINAPI WMCreateReader(IUnknown *reserved, DWORD rights, IWMSyncReader **reader)
HRESULT WINAPI WMCreateReader(IUnknown *reserved, DWORD rights, IWMReader **reader)
{
FIXME("(%p, %x, %p): stub\n", reserved, rights, reader);