mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 19:10:11 +02:00
* formatting
git-svn-id: trunk@10865 -
This commit is contained in:
parent
0167a576f0
commit
e165741d56
@ -110,7 +110,7 @@ Begin
|
|||||||
if InOutRes<>0 then
|
if InOutRes<>0 then
|
||||||
Exit;
|
Exit;
|
||||||
case TextRec(t).mode of
|
case TextRec(t).mode of
|
||||||
fmInput,fmOutPut,fmAppend:
|
fmInput,fmOutput,fmAppend:
|
||||||
Begin
|
Begin
|
||||||
{ Write pending buffer }
|
{ Write pending buffer }
|
||||||
If Textrec(t).Mode=fmoutput then
|
If Textrec(t).Mode=fmoutput then
|
||||||
|
Loading…
Reference in New Issue
Block a user