mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-18 20:19:08 +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]);
|
O:=TObject(FList[Index]);
|
||||||
FList[Index]:=Nil;
|
FList[Index]:=Nil;
|
||||||
O.Free;
|
O.Free;
|
||||||
end
|
end;
|
||||||
FList.Delete(Index);
|
FList.Delete(Index);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user