* spaces inserted

git-svn-id: trunk@5074 -
This commit is contained in:
florian 2006-10-29 21:45:00 +00:00
parent 35aa1e150e
commit beb1c6b72d

View File

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