mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 16:48:12 +02:00
fcl-base: typo
This commit is contained in:
parent
de650dea55
commit
d36d9c7dee
@ -198,9 +198,9 @@ end;
|
||||
constructor TPascalCodeGenerator.Create(AOwner: TComponent);
|
||||
begin
|
||||
inherited Create(AOwner);
|
||||
FSource:=TstringList.Create;
|
||||
FSource:=TStringList.Create;
|
||||
FLicenseText:=TstringList.Create;
|
||||
FSwitches:=TstringList.Create;
|
||||
FSwitches:=TStringList.Create;
|
||||
FSwitches.Add('MODE ObjFPC');
|
||||
FSwitches.Add('H+');
|
||||
SetLength(FSections,0);
|
||||
@ -408,5 +408,3 @@ end;
|
||||
|
||||
end.
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user