Pārlūkot izejas kodu

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

florian 7 mēneši atpakaļ
vecāks
revīzija
4200ebd748
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

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