comctl32: Added missing break (Coverity).

This commit is contained in:
Marcus Meissner 2011-03-18 23:27:04 +01:00 committed by Alexandre Julliard
parent 7cd22f7037
commit e766a132db

View file

@ -999,6 +999,7 @@ static LRESULT CALLBACK parent_wnd_proc(HWND hWnd, UINT message, WPARAM wParam,
}
}
}
break;
}
case WM_DESTROY: