2011-01-11 Michael Snyder <msnyder@vmware.com>
* ui-file.c: Comment cleanup, mostly periods and spaces. * ui-file.h: Ditto. * ui-out.c: Ditto. * ui-out.h: Ditto. * utils.c: Ditto. * v850-tdep.c: Ditto. * valarith.c: Ditto. * valops.c: Ditto. * valprint.c: Ditto. * valprint.h: Ditto. * value.c: Ditto. * value.h: Ditto. * varobj.c: Ditto. * varobj.h: Ditto. * vax-tdep.c: Ditto. * vec.c: Ditto. * vec.h: Ditto. * version.h: Ditto. * windows-nat.c: Ditto. * windows-tdep.c: Ditto. * xcoffread.c: Ditto. * xcoffsolib.c: Ditto. * xml-support.c: Ditto. * xstormy16-tdep.c: Ditto. * xtensa-tdep.c: Ditto. * xtensa-tdep.h: Ditto.
This commit is contained in:
parent
d2a0f03272
commit
581e13c188
27 changed files with 811 additions and 726 deletions
|
@ -339,7 +339,7 @@ gdb_xml_end_element (void *data, const XML_Char *name)
|
|||
gdb_xml_error (parser, _("Required element <%s> is missing"),
|
||||
element->name);
|
||||
|
||||
/* Call the element processor. */
|
||||
/* Call the element processor. */
|
||||
if (scope->element != NULL && scope->element->end_handler)
|
||||
{
|
||||
char *body;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue