dsound: Fix a typo.
This commit is contained in:
parent
79926d6f2b
commit
c1fbf00d2c
|
@ -1177,7 +1177,7 @@ HRESULT IDirectSoundBufferImpl_Duplicate(
|
|||
{
|
||||
IDirectSoundBufferImpl *dsb;
|
||||
HRESULT hres = DS_OK;
|
||||
TRACE("(%p,%p,%p)\n", device, pdsb, pdsb);
|
||||
TRACE("(%p,%p,%p)\n", device, ppdsb, pdsb);
|
||||
|
||||
dsb = HeapAlloc(GetProcessHeap(),0,sizeof(*dsb));
|
||||
if (dsb == NULL) {
|
||||
|
|
Loading…
Reference in New Issue