mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-14 11:29:20 +02:00
* Add missing semicolon, detected after bugfix in compiler
This commit is contained in:
parent
0daa2404ea
commit
a50c08f7fa
@ -554,7 +554,7 @@ begin
|
||||
O:=TObject(FList[Index]);
|
||||
FList[Index]:=Nil;
|
||||
O.Free;
|
||||
end
|
||||
end;
|
||||
FList.Delete(Index);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user