Andrey Gusev : comctl32/tests: Remove redundant assignment.
Module: wine Branch: master Commit: 535ef08b6721797bbaba3d201da694237d3dac33 URL: https://source.winehq.org/git/wine.git/?a=commit;h=535ef08b6721797bbaba3d201... Author: Andrey Gusev <andrey.goosev(a)gmail.com> Date: Fri Jan 4 16:57:29 2019 +0200 comctl32/tests: Remove redundant assignment. Signed-off-by: Andrey Gusev <andrey.goosev(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/comctl32/tests/imagelist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/comctl32/tests/imagelist.c b/dlls/comctl32/tests/imagelist.c index 3bb7902..86d0fab 100644 --- a/dlls/comctl32/tests/imagelist.c +++ b/dlls/comctl32/tests/imagelist.c @@ -918,7 +918,6 @@ static void check_ilhead_data(const ILHEAD *ilh, INT cx, INT cy, INT cur, INT ma } else { - grow = (WORD)(grow + 3) & ~3; ok(ilh->cMaxImage == max, "wrong cMaxImage %d (expected %d)\n", ilh->cMaxImage, max); ok(ilh->cGrow == grow_aligned, "Unexpected cGrow %d, expected %d\n", ilh->cGrow, grow_aligned); }
participants (1)
-
Alexandre Julliard