Commit c1fbf00d authored by Akihiro Sagawa's avatar Akihiro Sagawa Committed by Alexandre Julliard

dsound: Fix a typo.

parent 79926d6f
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment