mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 11:38:19 +02:00
* another ; after then removed, hopefully finally resolves #41171
This commit is contained in:
parent
9328dd6489
commit
4200ebd748
@ -509,7 +509,7 @@ const
|
||||
begin
|
||||
if not abiinfo[abi].supported then
|
||||
continue;
|
||||
if abiinfo[abi].name<>'' then;
|
||||
if abiinfo[abi].name<>'' then
|
||||
WriteLn(xmloutput,' <abi name="',abiinfo[abi].name, '"/>');
|
||||
end;
|
||||
WriteLn(xmloutput,' </abis>');
|
||||
|
Loading…
Reference in New Issue
Block a user