diff options
author | 2009-10-11 20:24:18 +0000 | |
---|---|---|
committer | 2009-10-11 20:24:18 +0000 | |
commit | 9108f110eeaa2cbba22c8a2bda97593fec700656 (patch) | |
tree | caeab4754b11374b6cdec2f7716fae85b6fc3b2d /gdb/features | |
parent | 2009-10-09 Michael Snyder <msnyder@vmware.com> (diff) | |
download | binutils-gdb-9108f110eeaa2cbba22c8a2bda97593fec700656.tar.gz binutils-gdb-9108f110eeaa2cbba22c8a2bda97593fec700656.tar.bz2 binutils-gdb-9108f110eeaa2cbba22c8a2bda97593fec700656.zip |
* features/xinclude.dtd: Correct EMPTY typo.
Diffstat (limited to 'gdb/features')
-rw-r--r-- | gdb/features/xinclude.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/features/xinclude.dtd b/gdb/features/xinclude.dtd index e58eb1386a7..31aa9423842 100644 --- a/gdb/features/xinclude.dtd +++ b/gdb/features/xinclude.dtd @@ -7,7 +7,7 @@ <!-- GDB supports a subset of XInclude. Only whole documents can be included, and only as XML. --> -<!ELEMENT xi:include (EMPTY)> +<!ELEMENT xi:include EMPTY> <!ATTLIST xi:include xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude" href CDATA #REQUIRED> |