Explorar o código

* cosmetics

git-svn-id: trunk@44514 -
florian %!s(int64=5) %!d(string=hai) anos
pai
achega
44d9498eff
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      compiler/psystem.pas

+ 3 - 1
compiler/psystem.pas

@@ -243,7 +243,9 @@ implementation
               s64floattype:=cfloatdef.create(s64real,true);
               s80floattype:=cfloatdef.create(s80real,true);
               sc80floattype:=cfloatdef.create(sc80real,true);
-            end else begin
+            end
+          else
+            begin
               s32floattype:=nil;
               s64floattype:=nil;
               s80floattype:=nil;