changeset 23859:df48923d6325

Fix several 100l
author reimar
date Fri, 27 Jul 2007 18:31:50 +0000
parents 85cb783c723c
children 866b72d264a8
files stream/vcd_read_fbsd.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/stream/vcd_read_fbsd.h	Fri Jul 27 18:04:52 2007 +0000
+++ b/stream/vcd_read_fbsd.h	Fri Jul 27 18:31:50 2007 +0000
@@ -27,9 +27,9 @@
 } 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 @@
     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)