file-format: fix a bug in XML_Helper
This commit is contained in:
parent
e9e7425701
commit
e7207b1839
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public class XML_Helper
|
||||||
|
|
||||||
if (tagDepth == 0) {
|
if (tagDepth == 0) {
|
||||||
// reached closing tag
|
// reached closing tag
|
||||||
return 0;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue