浏览代码

* fixed spacing of "alias names"

git-svn-id: trunk@27190 -
Jonas Maebe 11 年之前
父节点
当前提交
c47b4cbe86
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);