Module: wine Branch: master Commit: a158d42c0fbe3a29268280dc9b7d4ee9867f1046 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a158d42c0fbe3a29268280dc9b...
Author: Michael Stefaniuc mstefani@redhat.de Date: Tue Jul 2 00:58:27 2013 +0200
dsound/tests: Fix copy&paste error in ok() message.
---
dlls/dsound/tests/ds3d8.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/dsound/tests/ds3d8.c b/dlls/dsound/tests/ds3d8.c index 295a406..e5db2de 100644 --- a/dlls/dsound/tests/ds3d8.c +++ b/dlls/dsound/tests/ds3d8.c @@ -709,7 +709,7 @@ static HRESULT test_secondary8(LPGUID lpGuid, int play, rc=IDirectSoundBuffer_SetPan(secondary,-1000); ok(rc==DS_OK,"IDirectSoundBuffer_SetPan(secondary) failed: %08x\n",rc); rc=IDirectSoundBuffer_GetPan(secondary,&pan); - ok(rc==DS_OK,"IDirectSoundBuffer_SetPan(secondary) failed: %08x\n",rc); + ok(rc==DS_OK,"IDirectSoundBuffer_GetPan(secondary) failed: %08x\n",rc); ok(pan==-1000,"secondary: wrong pan %d instead of -1000\n", pan);