From def6db4b629f5b394b124528aaaa8bc52c97c02f Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 27 Jul 2007 18:31:50 +0000 Subject: Fix several 100l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23879 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/vcd_read_fbsd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stream/vcd_read_fbsd.h') diff --git a/stream/vcd_read_fbsd.h b/stream/vcd_read_fbsd.h index cd84cea825..e5a8b12d02 100644 --- a/stream/vcd_read_fbsd.h +++ b/stream/vcd_read_fbsd.h @@ -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) -- cgit v1.2.3