dsound: Fix a typo.

This commit is contained in:
Akihiro Sagawa 2011-07-18 15:02:07 +09:00 committed by Alexandre Julliard
parent 79926d6f2b
commit c1fbf00d2c
1 changed files with 1 additions and 1 deletions

View File

@ -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) {