summaryrefslogtreecommitdiffstats
path: root/stream/vcd_read_os2.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/vcd_read_os2.h')
-rw-r--r--stream/vcd_read_os2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/vcd_read_os2.h b/stream/vcd_read_os2.h
index 0585d1d7d0..1df2abec89 100644
--- a/stream/vcd_read_os2.h
+++ b/stream/vcd_read_os2.h
@@ -57,7 +57,7 @@ static inline unsigned vcd_get_msf(mp_vcd_priv_t *vcd)
(vcd->msfCurrent.bSecond + vcd->msfCurrent.bMinute * 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)
{
struct {
UCHAR auchSign[4];