Commit 81aa4ddb authored by Francois Cartegnie's avatar Francois Cartegnie

xml: use defined value for return val

parent ad4fe9da
...@@ -221,7 +221,7 @@ skip: ...@@ -221,7 +221,7 @@ skip:
switch( xmlTextReaderRead( p_sys->xml ) ) switch( xmlTextReaderRead( p_sys->xml ) )
{ {
case 0: /* EOF */ case 0: /* EOF */
return 0; return XML_READER_NONE;
case -1: /* error */ case -1: /* error */
return -1; return -1;
} }
......
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