Commit aaa1c802 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

comctl32/tests: Fix typo (Coverity).

parent 7574fede
......@@ -33,7 +33,7 @@ static HWND hRebar;
static void rebuild_rebar(HWND *hRebar)
{
if (hRebar)
if (*hRebar)
DestroyWindow(*hRebar);
*hRebar = CreateWindow(REBARCLASSNAME, NULL, WS_CHILD | WS_VISIBLE, 0, 0, 0, 0,
......
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