mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 18:40:45 +00:00
committed by
Jindra Petřík
parent
f8e688cab6
commit
5d5fb13317
+1
-1
@@ -2923,7 +2923,7 @@ public class ActionScript3Parser {
|
||||
|
||||
List<GraphTargetItem> ret = parseScript(importedClasses, openedNamespaces, allOpenedNamespaces, scriptIndex, fileName, numberContextRef, abc, sinitNeedsActivation, sinitVariables);
|
||||
if (lexer.lex().type != SymbolType.EOF) {
|
||||
throw new AVM2ParseException("Parsing finisned before end of the file", lexer.yyline());
|
||||
throw new AVM2ParseException("Parsing finished before end of the file", lexer.yyline());
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user