mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
srcclean: treat *.xslt as XML (nw)
This commit is contained in:
parent
5e75e186e0
commit
b841540955
@ -1790,7 +1790,8 @@ bool is_xml_extension(char const *ext)
|
||||
return
|
||||
!core_stricmp(ext, ".hsi") ||
|
||||
!core_stricmp(ext, ".lay") ||
|
||||
!core_stricmp(ext, ".xml");
|
||||
!core_stricmp(ext, ".xml") ||
|
||||
!core_stricmp(ext, ".xslt");
|
||||
}
|
||||
|
||||
} // anonymous namespace
|
||||
|
Loading…
Reference in New Issue
Block a user