[PATCH] comctl32: Fix a typo in a debug message

Detlef Riekenberg wine.dev at web.de
Tue Nov 13 14:49:06 CST 2007


---
 dlls/comctl32/listview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c
index 53fb53b..e551ebe 100644
--- a/dlls/comctl32/listview.c
+++ b/dlls/comctl32/listview.c
@@ -572,7 +572,7 @@ static char* debug_getbuf(void)
 static inline const char* debugrange(const RANGE *lprng)
 {
     if (!lprng) return "(null)";
-    return wine_dbg_sprintf("[%d, %d)", lprng->lower, lprng->upper);
+    return wine_dbg_sprintf("[%d, %d]", lprng->lower, lprng->upper);
 }
 
 static const char* debugscrollinfo(const SCROLLINFO *pScrollInfo)
-- 
1.4.1


--=-ceVE34SI86WGw5DHJhqq--




More information about the wine-patches mailing list