[1/2] shell32/tests: Fix an ok() print.

Thomas Faber thomas.faber at reactos.org
Thu Jul 2 05:35:16 CDT 2015


From d2c87dc5f55a6c5734f5bf9268712aa1a0624048 Mon Sep 17 00:00:00 2001
From: Thomas Faber <thomas.faber at reactos.org>
Date: Thu, 2 Jul 2015 06:25:25 -0400
Subject: shell32/tests: Fix an ok() print.

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

diff --git a/dlls/shell32/tests/shlview.c b/dlls/shell32/tests/shlview.c
index eafaec5..1cfffaa 100644
--- a/dlls/shell32/tests/shlview.c
+++ b/dlls/shell32/tests/shlview.c
@@ -667,7 +667,7 @@ if (0)
     hwnd2 = (HWND)0xdeadbeef;
     hr = IShellView_CreateViewWindow(view, NULL, &settings, &test_shellbrowser, &r, &hwnd2);
     ok(hr == E_UNEXPECTED, "got (0x%08x)\n", hr);
-    ok(hwnd2 == NULL, "got %p\n", hwnd_view);
+    ok(hwnd2 == NULL, "got %p\n", hwnd2);
 
     /* ::DragLeave without drag operation */
     hr = IShellView_QueryInterface(view, &IID_IDropTarget, (void**)&dt);
-- 
1.7.1



More information about the wine-patches mailing list