vlc_xml: handle error return code

This commit is contained in:
Francois Cartegnie 2015-10-07 20:19:29 +02:00
parent 9abec5a24c
commit 59b68252de
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ static inline int xml_ReaderIsEmptyElement( xml_reader_t *reader )
}
enum {
XML_READER_ERROR=-1,
XML_READER_NONE=0,
XML_READER_STARTELEM,
XML_READER_ENDELEM,