Ver Fonte

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

florian há 7 meses atrás
pai
commit
4200ebd748
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -509,7 +509,7 @@ const
      begin
      begin
       if not abiinfo[abi].supported then
       if not abiinfo[abi].supported then
         continue;
         continue;
-      if abiinfo[abi].name<>'' then;
+      if abiinfo[abi].name<>'' then
         WriteLn(xmloutput,'      <abi name="',abiinfo[abi].name, '"/>');
         WriteLn(xmloutput,'      <abi name="',abiinfo[abi].name, '"/>');
      end;
      end;
     WriteLn(xmloutput,'    </abis>');
     WriteLn(xmloutput,'    </abis>');