Detlef Riekenberg : comctl32: Fix a typo in a debug message.

Alexandre Julliard julliard at winehq.org
Wed Nov 14 07:30:17 CST 2007


Module: wine
Branch: master
Commit: 2b8f8d16bd6bd7476d70597ffd76a2d1f8addd14
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2b8f8d16bd6bd7476d70597ffd76a2d1f8addd14

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Tue Nov 13 21:49:06 2007 +0100

comctl32: Fix a typo in a debug message.

---

 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)




More information about the wine-cvs mailing list