mirror of
https://github.com/holub/mame
synced 2025-05-02 12:36:41 +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
|
return
|
||||||
!core_stricmp(ext, ".hsi") ||
|
!core_stricmp(ext, ".hsi") ||
|
||||||
!core_stricmp(ext, ".lay") ||
|
!core_stricmp(ext, ".lay") ||
|
||||||
!core_stricmp(ext, ".xml");
|
!core_stricmp(ext, ".xml") ||
|
||||||
|
!core_stricmp(ext, ".xslt");
|
||||||
}
|
}
|
||||||
|
|
||||||
} // anonymous namespace
|
} // anonymous namespace
|
||||||
|
Loading…
Reference in New Issue
Block a user