Michael Stefaniuc : dplayx/tests: Fix typo in ok() message.

Alexandre Julliard julliard at winehq.org
Fri Sep 27 11:33:13 CDT 2013


Module: wine
Branch: master
Commit: e22d33e683d727b76ca7dcf2c5314f1d44967ab2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e22d33e683d727b76ca7dcf2c5314f1d44967ab2

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Fri Sep 27 00:26:32 2013 +0200

dplayx/tests: Fix typo in ok() message.

---

 dlls/dplayx/tests/dplayx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dplayx/tests/dplayx.c b/dlls/dplayx/tests/dplayx.c
index 17ab59d..44c9b50 100644
--- a/dlls/dplayx/tests/dplayx.c
+++ b/dlls/dplayx/tests/dplayx.c
@@ -6470,7 +6470,7 @@ static void test_COM_dplobby(void)
             &IID_IUnknown, (void**)&dpl);
     ok(hr == CLASS_E_NOAGGREGATION || broken(hr == E_INVALIDARG),
             "DirectPlayLobby create failed: %08x, expected CLASS_E_NOAGGREGATION\n", hr);
-    ok(!dpl || dpl == (IDirectPlayLobby*)0xdeadbeef, "dp4 = %p\n", dpl);
+    ok(!dpl || dpl == (IDirectPlayLobby*)0xdeadbeef, "dpl = %p\n", dpl);
 
     /* Invalid RIID */
     hr = CoCreateInstance(&CLSID_DirectPlayLobby, NULL, CLSCTX_INPROC_SERVER, &IID_IDirectPlay,




More information about the wine-cvs mailing list