comctl32/tests: Fix typo (Coverity).

This commit is contained in:
Paul Vriens 2007-02-07 20:21:02 +01:00 committed by Alexandre Julliard
parent 7574fede93
commit aaa1c802a4
1 changed files with 1 additions and 1 deletions

View File

@ -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,