From 19377e4ed63f6c15139b770c7aefb43ea047d7b7 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Wed, 2 May 2007 17:59:42 +0900 Subject: [PATCH] comctl32: Remove a stray back slash. --- dlls/comctl32/tests/imagelist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/tests/imagelist.c b/dlls/comctl32/tests/imagelist.c index 8b7cd6a08be..3d4c3331372 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)