hlink: Fix the spelling of a parameter name.
This commit is contained in:
parent
c21bfe4479
commit
70c9510b45
|
@ -271,7 +271,7 @@ static HRESULT WINAPI IHlinkBC_Clone( IHlinkBrowseContext* iface,
|
||||||
}
|
}
|
||||||
|
|
||||||
static HRESULT WINAPI IHlinkBC_Close(IHlinkBrowseContext* iface,
|
static HRESULT WINAPI IHlinkBC_Close(IHlinkBrowseContext* iface,
|
||||||
DWORD reserverd)
|
DWORD reserved)
|
||||||
{
|
{
|
||||||
FIXME("\n");
|
FIXME("\n");
|
||||||
return E_NOTIMPL;
|
return E_NOTIMPL;
|
||||||
|
|
Loading…
Reference in New Issue