# HG changeset patch # User reimar # Date 1185561110 0 # Node ID df48923d6325099c109ca9decb5a4ac37523f499 # Parent 85cb783c723c3d27313fffe08d65bcd35384f2e7 Fix several 100l diff -r 85cb783c723c -r df48923d6325 stream/vcd_read_fbsd.h --- 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)