Bläddra i källkod

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

florian 7 månader sedan
förälder
incheckning
4200ebd748
1 ändrade filer med 1 tillägg och 1 borttagningar
  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>');