* mistyping corrected

This commit is contained in:
Tomas Hajny 1999-09-15 09:13:49 +00:00
parent bdbb1aa0ab
commit 7289ef0622

View File

@ -167,7 +167,7 @@ type TBitmapInfoHeader=record
bfh2:TBitmapFileHeader2; bfh2:TBitmapFileHeader2;
end; end;
PBitmapArrayFileHeader2=^TBitmapArrayFileHeader2; PBitmapArrayFileHeader2=^TBitmapArrayFileHeader2;
BitmapArrayFileHeader2=^BitmapArrayFileHeader2; BitmapArrayFileHeader2=TBitmapArrayFileHeader2;
const CBD_COMPRESSION = 1; const CBD_COMPRESSION = 1;
CBD_DECOMPRESSION = 2; CBD_DECOMPRESSION = 2;
@ -200,7 +200,10 @@ implementation
end. end.
{ {
$Log$ $Log$
Revision 1.5 1999-08-04 15:51:10 hajny Revision 1.6 1999-09-15 09:13:49 hajny
* mistyping corrected
Revision 1.5 1999/08/04 15:51:10 hajny
* merging changes by RB and DM :-( * merging changes by RB and DM :-(
Revision 1.4 1999/06/11 13:16:21 daniel Revision 1.4 1999/06/11 13:16:21 daniel