quartz: Fix typo.
This commit is contained in:
parent
6c1d089a44
commit
b5a8df58cb
|
@ -1011,7 +1011,7 @@ static HRESULT WINAPI ReferenceClock_GetTime(IReferenceClock *iface,
|
|||
if (This->dsbuffer)
|
||||
hr = DSoundRender_GetPos(This, &play_pos, NULL, pTime);
|
||||
if (FAILED(hr))
|
||||
ERR("Could not get refreence time (%x)!\n", hr);
|
||||
ERR("Could not get reference time (%x)!\n", hr);
|
||||
|
||||
return hr;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue