From 6506d4ad84eac67e69437def2c8ee69fcfc14ed5 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 28 Apr 2011 09:36:00 +0200 Subject: cleanup: remove more warnings --- stream/vcd_read.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stream/vcd_read.h') diff --git a/stream/vcd_read.h b/stream/vcd_read.h index 910561ad74..8b8d2ab817 100644 --- a/stream/vcd_read.h +++ b/stream/vcd_read.h @@ -62,7 +62,8 @@ static inline unsigned int vcd_get_msf(mp_vcd_priv_t* vcd){ vcd->entry.cdte_addr.msf.minute*60)*75 - 150; } -int vcd_seek_to_track(mp_vcd_priv_t* vcd,int track){ +static int vcd_seek_to_track(mp_vcd_priv_t* vcd, int track) +{ vcd->entry.cdte_format = CDROM_MSF; vcd->entry.cdte_track = track; if (ioctl(vcd->fd, CDROMREADTOCENTRY, &vcd->entry)) { -- cgit v1.2.3