mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:49:31 +02:00
* fixed spacing of "alias names"
git-svn-id: trunk@27190 -
This commit is contained in:
parent
7d8e9cf0f6
commit
c47b4cbe86
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user