This commit is contained in:
Hackerpilot 2014-03-04 00:28:32 -08:00
parent fdce684849
commit 020137cb94
1 changed files with 1 additions and 1 deletions

View File

@ -4084,7 +4084,7 @@ invariant() foo();
else else
break; break;
} }
node.parameters = ownArray(node.parameters); node.parameters = ownArray(parameters);
end: end:
if (expect(tok!")") is null) if (expect(tok!")") is null)
return null; return null;