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:
parent
8327b063bc
commit
680ba9330e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue