* fixed spacing of "alias names"

git-svn-id: trunk@27190 -
This commit is contained in:
Jonas Maebe 2014-03-19 21:53:02 +00:00
parent 7d8e9cf0f6
commit c47b4cbe86

View File

@ -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);