Prechádzať zdrojové kódy

* write newline after synthetickind

git-svn-id: trunk@27191 -
Jonas Maebe 11 rokov pred
rodič
commit
72c1e2a8ce
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      compiler/utils/ppuutils/ppudump.pp

+ 1 - 1
compiler/utils/ppuutils/ppudump.pp

@@ -2888,7 +2888,7 @@ begin
              readvisibility(def);
              write  ([space,'       SymOptions : ']);
              readsymoptions(space+'       ');
-             write  ([space,'   Synthetic kind : ',Synthetic2Str(ppufile.getbyte)]);
+             writeln  ([space,'   Synthetic kind : ',Synthetic2Str(ppufile.getbyte)]);
              if tsystemcpu(ppufile.header.cpu)=cpu_powerpc then
                begin
                  { library symbol for AmigaOS/MorphOS }