aboutsummaryrefslogtreecommitdiff
path: root/gdb/xml-support.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-01-05 00:39:54 +0000
committerDaniel Jacobowitz <drow@false.org>2007-01-05 00:39:54 +0000
commitd097fa3ec237939836cf8b28d0fdc11d140177f2 (patch)
tree456f857a13861c7ee5af9caa3b8460f6f1575d8b /gdb/xml-support.c
parentd4e16e86c4420fd03c5c6d48ef665a96326445c4 (diff)
downloadgdb-d097fa3ec237939836cf8b28d0fdc11d140177f2.zip
gdb-d097fa3ec237939836cf8b28d0fdc11d140177f2.tar.gz
gdb-d097fa3ec237939836cf8b28d0fdc11d140177f2.tar.bz2
* xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
Diffstat (limited to 'gdb/xml-support.c')
-rw-r--r--gdb/xml-support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xml-support.c b/gdb/xml-support.c
index d374e58..18416c8 100644
--- a/gdb/xml-support.c
+++ b/gdb/xml-support.c
@@ -309,7 +309,7 @@ gdb_xml_end_element (void *data, const XML_Char *name)
element++, seen <<= 1)
if ((scope->seen & seen) == 0
&& (element->flags & GDB_XML_EF_OPTIONAL) == 0)
- gdb_xml_error (parser, _("Required element \<%s\> is missing"),
+ gdb_xml_error (parser, _("Required element <%s> is missing"),
element->name);
/* Call the element processor. */