[MPlayer-cvslog] r23879 - trunk/stream/vcd_read_fbsd.h

reimar subversion at mplayerhq.hu
Fri Jul 27 20:31:51 CEST 2007


Author: reimar
Date: Fri Jul 27 20:31:50 2007
New Revision: 23879

Log:
Fix several 100l


Modified:
   trunk/stream/vcd_read_fbsd.h

Modified: trunk/stream/vcd_read_fbsd.h
==============================================================================
--- trunk/stream/vcd_read_fbsd.h	(original)
+++ trunk/stream/vcd_read_fbsd.h	Fri Jul 27 20:31:50 2007
@@ -27,9 +27,9 @@ typedef struct {
 } cdsector_t;
 
 #ifdef VCD_NETBSD
-typedef struct ioc_read_toc_entry vcd_tocentry
+typedef struct ioc_read_toc_entry vcd_tocentry;
 #else
-typedef struct ioc_read_toc_single_entry vcd_tocentry
+typedef struct ioc_read_toc_single_entry vcd_tocentry;
 #endif
 
 typedef struct mp_vcd_priv_st {
@@ -156,7 +156,7 @@ vcd_read_toc(int fd)
     tocentry.data = &tocentry_data;
 #endif
     if (!read_toc_entry(fd, &tocentry,
-          i <= tochdr.ending_track ? i : CDROM_LEADOUT));
+          i <= tochdr.ending_track ? i : CDROM_LEADOUT))
       return NULL;
 
     if (i <= tochdr.ending_track)



More information about the MPlayer-cvslog mailing list