Dmitry Timoshkov : comctl32: Remove a stray back slash.
Module: wine Branch: master Commit: 19377e4ed63f6c15139b770c7aefb43ea047d7b7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=19377e4ed63f6c15139b770c7a... Author: Dmitry Timoshkov <dmitry(a)codeweavers.com> Date: Wed May 2 17:59:42 2007 +0900 comctl32: Remove a stray back slash. --- dlls/comctl32/tests/imagelist.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/comctl32/tests/imagelist.c b/dlls/comctl32/tests/imagelist.c index 8b7cd6a..3d4c333 100644 --- a/dlls/comctl32/tests/imagelist.c +++ b/dlls/comctl32/tests/imagelist.c @@ -892,7 +892,7 @@ static void image_list_init(HIMAGELIST himl) #define iml_clear_stream_data() \ HeapFree(GetProcessHeap(), 0, Test_Stream.iml_data); \ Test_Stream.iml_data = NULL; \ - Test_Stream.iml_data_size = 0; \ + Test_Stream.iml_data_size = 0; static void check_iml_data(HIMAGELIST himl, INT cx, INT cy, INT cur, INT max, INT width, INT height, INT bpp, const char *comment)
participants (1)
-
Alexandre Julliard