comctl32/imagelist: Use proper type for return variable (PVS-Studio).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2015-10-14 00:13:58 +03:00 committed by Alexandre Julliard
parent 8327b063bc
commit 680ba9330e
1 changed files with 1 additions and 1 deletions

View File

@ -3554,7 +3554,7 @@ static HRESULT WINAPI ImageListImpl_SetDragCursorImage(IImageList2 *iface,
IUnknown *punk, int iDrag, int dxHotspot, int dyHotspot)
{
IImageList *iml2 = NULL;
HRESULT ret;
BOOL ret;
if (!punk)
return E_FAIL;