Browse Source

+ Added ; at the end of the record declaration for fpdoc

michael 22 years ago
parent
commit
677ef9402e
1 changed files with 5 additions and 2 deletions
  1. 5 2
      packages/extra/cdrom/cdrom.pp

+ 5 - 2
packages/extra/cdrom/cdrom.pp

@@ -22,7 +22,7 @@ interface
 
 
 Type 
 Type 
   TTocEntry = Record 
   TTocEntry = Record 
-    min, sec, frame : Integer
+    min, sec, frame : Integer;
   end;
   end;
   PTocEntry = ^TTocEntry;
   PTocEntry = ^TTocEntry;
 
 
@@ -40,7 +40,10 @@ Implementation
 end.
 end.
 {
 {
   $Log$
   $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
   + Initial implementation on Linux/win32
 
 
 }
 }