summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/vcd_read_darwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/vcd_read_darwin.h b/stream/vcd_read_darwin.h
index ffad3f4433..24f4157402 100644
--- a/stream/vcd_read_darwin.h
+++ b/stream/vcd_read_darwin.h
@@ -21,9 +21,9 @@ typedef struct
typedef struct mp_vcd_priv_st
{
int fd;
+ cdsector_t buf;
dk_cd_read_track_info_t entry;
CDMSF msf;
- cdsector_t buf;
} mp_vcd_priv_t;
static inline void vcd_set_msf(mp_vcd_priv_t* vcd, unsigned int sect)