* another ; after then removed, hopefully finally resolves #41171

This commit is contained in:
florian 2025-03-02 12:59:45 +01:00
parent 9328dd6489
commit 4200ebd748

View File

@ -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>');