file-format: fix a bug in XML_Helper

This commit is contained in:
Jason Long 2013-07-28 07:29:38 -04:00
parent e9e7425701
commit e7207b1839

View file

@ -81,7 +81,7 @@ public class XML_Helper
if (tagDepth == 0) { if (tagDepth == 0) {
// reached closing tag // reached closing tag
return 0; return -1;
} }
} }