소스 검색

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