소스 검색

* 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;
              if b<>0 then
                begin
-                 write  ([space,'       Alias names : ']);
+                 write  ([space,'      Alias names : ']);
                  for j:=1 to b do
                    begin
                      write(ppufile.getstring);