mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 05:41:05 +01:00
* missing semicolon
This commit is contained in:
parent
e9705e961d
commit
80db82eb71
@ -2,7 +2,7 @@
|
||||
This file is part of the Free Pascal 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.
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
@ -35,7 +35,7 @@ Type
|
||||
pIFFHandle = ^tIFFHandle;
|
||||
tIFFHandle = record
|
||||
iff_Stream,
|
||||
iff_Flags : ULONG
|
||||
iff_Flags : ULONG;
|
||||
iff_Depth : LONGINT; { Depth of context stack. }
|
||||
{ There are private fields hiding here. }
|
||||
END;
|
||||
@ -787,5 +787,12 @@ END;
|
||||
END. (* UNIT IFFPARSE *)
|
||||
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2002-11-18 20:54:56 nils
|
||||
* missing semicolon
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user