comctl32: Fix a typo in a debug message.
This commit is contained in:
parent
b734dee31e
commit
2b8f8d16bd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue