James Hawkins : comctl32: Fix a typo.

Alexandre Julliard julliard at winehq.org
Mon Sep 8 07:41:44 CDT 2008


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

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Mon Sep  8 00:51:03 2008 -0500

comctl32: Fix a typo.

---

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

diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c
index 805a48a..41e3a22 100644
--- a/dlls/comctl32/tests/listview.c
+++ b/dlls/comctl32/tests/listview.c
@@ -870,7 +870,7 @@ static void test_icon_spacing(void)
     /* now we can request what the defaults are */
     r = SendMessage(hwnd, LVM_SETICONSPACING, 0, (LPARAM) MAKELONG(-1, -1));
     w = LOWORD(r);
-    h = LOWORD(r);
+    h = HIWORD(r);
 
     flush_sequences(sequences, NUM_MSG_SEQUENCES);
 




More information about the wine-cvs mailing list