Explorar o código

* fixed spacing of "alias names"

git-svn-id: trunk@27190 -
Jonas Maebe %!s(int64=11) %!d(string=hai) anos
pai
achega
c47b4cbe86
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/utils/ppuutils/ppudump.pp

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

@@ -2915,7 +2915,7 @@ begin
              b:=ppufile.getbyte;
              if b<>0 then
                begin
-                 write  ([space,'       Alias names : ']);
+                 write  ([space,'      Alias names : ']);
                  for j:=1 to b do
                    begin
                      write(ppufile.getstring);