Nikolay Sivov : comctl32/listbox: Fix debug channel name.

Alexandre Julliard julliard at winehq.org
Mon Sep 3 16:26:09 CDT 2018


Module: wine
Branch: master
Commit: e84742abccd8314ce5382bed8e1f83f3de796cd3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e84742abccd8314ce5382bed8e1f83f3de796cd3

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Sep  3 07:19:18 2018 +0300

comctl32/listbox: Fix debug channel name.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/comctl32/listbox.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/comctl32/listbox.c b/dlls/comctl32/listbox.c
index 4d389b1..252844e 100644
--- a/dlls/comctl32/listbox.c
+++ b/dlls/comctl32/listbox.c
@@ -39,7 +39,7 @@
 
 #include "comctl32.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(listbox2);
+WINE_DEFAULT_DEBUG_CHANNEL(listbox);
 
 /* Items array granularity */
 #define LB_ARRAY_GRANULARITY 16




More information about the wine-cvs mailing list