mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Adjust indent of condition.
It currently looks like condition is an orphaned child of sound when it has no relation to it.
This commit is contained in:
parent
9621902931
commit
6ec10603d9
@ -108,7 +108,7 @@ const char info_xml_creator::s_dtd_string[] =
|
||||
"\t\t\t<!ATTLIST display vbstart CDATA #IMPLIED>\n"
|
||||
"\t\t<!ELEMENT sound EMPTY>\n"
|
||||
"\t\t\t<!ATTLIST sound channels CDATA #REQUIRED>\n"
|
||||
"\t\t\t<!ELEMENT condition EMPTY>\n"
|
||||
"\t\t<!ELEMENT condition EMPTY>\n"
|
||||
"\t\t\t<!ATTLIST condition tag CDATA #REQUIRED>\n"
|
||||
"\t\t\t<!ATTLIST condition mask CDATA #REQUIRED>\n"
|
||||
"\t\t\t<!ATTLIST condition relation (eq|ne|gt|le|lt|ge) #REQUIRED>\n"
|
||||
|
Loading…
Reference in New Issue
Block a user