Commit 59b68252 authored by Francois Cartegnie's avatar Francois Cartegnie

vlc_xml: handle error return code

parent 9abec5a2
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment