Module: wine Branch: master Commit: c1fbf00d2cbec8d61e8e96831d890d64832cc96a URL: http://source.winehq.org/git/wine.git/?a=commit;h=c1fbf00d2cbec8d61e8e96831d...
Author: Akihiro Sagawa sagawa.aki@gmail.com Date: Mon Jul 18 15:02:07 2011 +0900
dsound: Fix a typo.
---
dlls/dsound/buffer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/dsound/buffer.c b/dlls/dsound/buffer.c index f797baf..4c25402 100644 --- a/dlls/dsound/buffer.c +++ b/dlls/dsound/buffer.c @@ -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) {