* features/xinclude.dtd: Correct EMPTY typo.
authorDaniel Jacobowitz <drow@false.org>
Sun, 11 Oct 2009 20:24:18 +0000 (20:24 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 11 Oct 2009 20:24:18 +0000 (20:24 +0000)
gdb/ChangeLog
gdb/features/xinclude.dtd

index 4ff1013..5f16e96 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * features/xinclude.dtd: Correct EMPTY typo.
+
 2009-10-10  Michael Snyder  <msnyder@vmware.com>
 
        * i386-tdep.c (i386_process_record): Or-equals, not not-equals.
index e58eb13..31aa942 100644 (file)
@@ -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>