comctl32: Remove a stray back slash

Dmitry Timoshkov dmitry at codeweavers.com
Wed May 2 03:59:42 CDT 2007


Hello,

Changelog:
    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)
-- 
1.5.1.1






More information about the wine-patches mailing list