浏览代码

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

michael 23 年之前
父节点
当前提交
677ef9402e
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      packages/extra/cdrom/cdrom.pp

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