typofix
This commit is contained in:
parent
c829df1f0a
commit
105deb58bc
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: win32_enh_dbg_osdep.cc,v 1.20 2010-03-02 20:01:33 sshwarts Exp $
|
||||
// $Id: win32_enh_dbg_osdep.cc,v 1.21 2010-03-02 20:09:17 sshwarts Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// BOCHS ENHANCED DEBUGGER Ver 1.2
|
||||
@ -1190,7 +1190,7 @@ void FillPTree()
|
||||
tvis.item.stateMask = TVIS_EXPANDED;
|
||||
h_PTroot = TreeView_InsertItem(hT,&tvis);
|
||||
tvis.item.mask = TVIF_TEXT | TVIF_CHILDREN; // don't expand any other layers
|
||||
iny i = root_param->get_size();
|
||||
int i = root_param->get_size();
|
||||
while (--i >= 0)
|
||||
MakeBL(&h_PTroot, root_param->get(i));
|
||||
ShowWindow(hT,SW_SHOW);
|
||||
|
Loading…
x
Reference in New Issue
Block a user