mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
comctl32: Remove a stray back slash.
This commit is contained in:
parent
8b837bf8cb
commit
19377e4ed6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue