mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:29:42 +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;
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user