Commit 3e2ac662 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

comctl32: Fix a typo.

parent 106791c6
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment