mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-17 00:40:46 +01:00
* missing semicolon
This commit is contained in:
parent
a27847cf74
commit
a450f2934c
@ -2,7 +2,7 @@
|
|||||||
This file is part of the Free Pascal run time library.
|
This file is part of the Free Pascal run time library.
|
||||||
|
|
||||||
A file in Amiga system run time library.
|
A file in Amiga system run time library.
|
||||||
Copyright (c) 1998 by Nils Sjoholm
|
Copyright (c) 1998-2002 by Nils Sjoholm
|
||||||
member of the Amiga RTL development team.
|
member of the Amiga RTL development team.
|
||||||
|
|
||||||
See the file COPYING.FPC, included in this distribution,
|
See the file COPYING.FPC, included in this distribution,
|
||||||
@ -289,7 +289,7 @@ Type
|
|||||||
pg_Reserved : Array[0..3] of Longint;
|
pg_Reserved : Array[0..3] of Longint;
|
||||||
pg_Aspect,
|
pg_Aspect,
|
||||||
pg_Shade,
|
pg_Shade,
|
||||||
pg_Image : Word
|
pg_Image : Word;
|
||||||
pg_Threshold : Integer;
|
pg_Threshold : Integer;
|
||||||
pg_ColorCorrect,
|
pg_ColorCorrect,
|
||||||
pg_Dimensions,
|
pg_Dimensions,
|
||||||
@ -680,6 +680,13 @@ IMPLEMENTATION
|
|||||||
|
|
||||||
END.
|
END.
|
||||||
|
|
||||||
|
{
|
||||||
|
$Log$
|
||||||
|
Revision 1.2 2002-11-19 18:48:39 nils
|
||||||
|
* missing semicolon
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user