summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-05 18:05:34 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-05 18:05:34 +0000
commit453198ae1b09b6bf9956679dbc96a7406d82ae6c (patch)
treec3efc665a6902d5ee90c8bd1112e8478ee8e2dd3 /osdep
parente117f31d23f301be65486fcc48c1df14c2db470b (diff)
downloadmpv-453198ae1b09b6bf9956679dbc96a7406d82ae6c.tar.bz2
mpv-453198ae1b09b6bf9956679dbc96a7406d82ae6c.tar.xz
timer-win2.c: Fix "voi" (void) typo breaking Windows compilation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28269 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/timer-win2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/timer-win2.c b/osdep/timer-win2.c
index fabac2e81f..8b3685cbd9 100644
--- a/osdep/timer-win2.c
+++ b/osdep/timer-win2.c
@@ -13,7 +13,7 @@ unsigned int GetTimer(void)
}
// Returns current time in milliseconds
-unsigned int GetTimerMS(voi)
+unsigned int GetTimerMS(void)
{
return timeGetTime() ;
}