Browse Source

* spaces inserted

git-svn-id: trunk@5074 -
florian 19 years ago
parent
commit
beb1c6b72d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/inc/lineinfo.pp

+ 2 - 2
rtl/inc/lineinfo.pp

@@ -398,7 +398,7 @@ begin
   if peheader.pemagic<>$4550 then
    exit;
   { read section info }
-  for i:=1to peheader.NumberOfSections do
+  for i:=1 to peheader.NumberOfSections do
    begin
      blockread(f,coffsec,sizeof(tcoffsechdr));
      if (coffsec.name[4]='b') and
@@ -516,7 +516,7 @@ begin
   if peheader.pemagic<>$4550 then
    exit;
   { read section info }
-  for i:=1to peheader.NumberOfSections do
+  for i:=1 to peheader.NumberOfSections do
    begin
      blockread(f,coffsec,sizeof(tcoffsechdr));
      if (coffsec.name[4]='b') and