From 453198ae1b09b6bf9956679dbc96a7406d82ae6c Mon Sep 17 00:00:00 2001 From: uau Date: Mon, 5 Jan 2009 18:05:34 +0000 Subject: 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 --- osdep/timer-win2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep') 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() ; } -- cgit v1.2.3