Merge branch 'patch-1' of https://github.com/footpatch/Apktool into footpatch-patch-1

This commit is contained in:
Connor Tumbleson 2017-08-27 09:56:39 -04:00
commit d6e676c583
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -82,6 +82,7 @@ public class SmaliMod {
smaliParser.smali_file_return result = parser.smali_file();
if (parser.getNumberOfSyntaxErrors() > 0 || lexer.getNumberOfSyntaxErrors() > 0) {
is.close();
return false;
}