|
@@ -22,7 +22,7 @@ interface
|
|
|
|
|
|
Type
|
|
|
TTocEntry = Record
|
|
|
- min, sec, frame : Integer
|
|
|
+ min, sec, frame : Integer;
|
|
|
end;
|
|
|
PTocEntry = ^TTocEntry;
|
|
|
|
|
@@ -40,7 +40,10 @@ Implementation
|
|
|
end.
|
|
|
{
|
|
|
$Log$
|
|
|
- Revision 1.1 2002-09-08 14:03:31 michael
|
|
|
+ Revision 1.2 2003-01-05 20:46:32 michael
|
|
|
+ + Added ; at the end of the record declaration for fpdoc
|
|
|
+
|
|
|
+ Revision 1.1 2002/09/08 14:03:31 michael
|
|
|
+ Initial implementation on Linux/win32
|
|
|
|
|
|
}
|