Browse Source

* fixed spacing of "alias names"

git-svn-id: trunk@27190 -
Jonas Maebe 11 years ago
parent
commit
c47b4cbe86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/utils/ppuutils/ppudump.pp

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

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