* varobj.c (varobj_update): Fix comment typo.
Fix indentation.
This commit is contained in:
parent
ec386385a6
commit
ea56f9c264
2 changed files with 14 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
* varobj.c (varobj_update): Fix comment typo.
|
||||
Fix indentation.
|
||||
|
||||
2008-05-26 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
Set the symtab field of symbols read from ECOFF debugging entries.
|
||||
|
|
|
@ -1173,7 +1173,7 @@ varobj_update (struct varobj **varp, struct varobj ***changelist,
|
|||
new = value_of_root (varp, &type_changed);
|
||||
|
||||
/* If this is a floating varobj, and its type has changed,
|
||||
them note that it's changed. */
|
||||
then note that it's changed. */
|
||||
if (type_changed)
|
||||
VEC_safe_push (varobj_p, result, *varp);
|
||||
|
||||
|
|
Loading…
Reference in a new issue