[PATCH] comctl32/listbox: Fix debug channel name.

Nikolay Sivov nsivov at codeweavers.com
Sun Sep 2 23:19:18 CDT 2018


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 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 4d389b13bc..252844ef75 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
-- 
2.18.0




More information about the wine-devel mailing list