Skip to content

Commit

Permalink
vlc_xml: handle error return code
Browse files Browse the repository at this point in the history
  • Loading branch information
fcartegnie committed Oct 7, 2015
1 parent 9abec5a commit 59b6825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/vlc_xml.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 59b6825

Please sign in to comment.