1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-22 11:18:32 +00:00

Fix several 100l

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23879 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-07-27 18:31:50 +00:00
parent 9ba43bdd88
commit def6db4b62

View File

@ -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)