From c47b4cbe8616869ad72fd657e3f7b9b0c73fb2d4 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Wed, 19 Mar 2014 21:53:02 +0000 Subject: [PATCH] * fixed spacing of "alias names" git-svn-id: trunk@27190 - --- compiler/utils/ppuutils/ppudump.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/utils/ppuutils/ppudump.pp b/compiler/utils/ppuutils/ppudump.pp index 9cb7ba9f77..1cbaff0c59 100644 --- a/compiler/utils/ppuutils/ppudump.pp +++ b/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);