2
0
Эх сурвалжийг харах

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

michael 22 жил өмнө
parent
commit
677ef9402e

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

@@ -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
 
 }