mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 14:29:44 +02:00
* missing end. added
This commit is contained in:
parent
1ac17aa2e4
commit
2744630527
@ -175,9 +175,15 @@ begin
|
|||||||
if FileCreated then
|
if FileCreated then
|
||||||
close(t);
|
close(t);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
end.
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2000-09-24 15:06:17 peter
|
Revision 1.4 2000-11-20 13:58:19 pierre
|
||||||
|
* missing end. added
|
||||||
|
|
||||||
|
Revision 1.3 2000/09/24 15:06:17 peter
|
||||||
* use defines.inc
|
* use defines.inc
|
||||||
|
|
||||||
Revision 1.2 2000/07/13 11:32:43 michael
|
Revision 1.2 2000/07/13 11:32:43 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user