Browse Source

* cosmetics

florian 1 year ago
parent
commit
bf57750436
1 changed files with 1 additions and 3 deletions
  1. 1 3
      compiler/ogelf.pas

+ 1 - 3
compiler/ogelf.pas

@@ -714,9 +714,7 @@ implementation
                       ba.q:=swapendian(ba.q);
                       ba.q:=swapendian(ba.q);
                     end;
                     end;
               else
               else
-                begin
-                  internalerror(2024012501);
-		end;
+                internalerror(2024012501);
               end;
               end;
             CurrObjSec.write(ba,len);
             CurrObjSec.write(ba,len);
           end
           end