changeset 28234:8d6c3abed492

timer-win2.c: Fix "voi" (void) typo breaking Windows compilation
author uau
date Mon, 05 Jan 2009 18:05:34 +0000
parents bfb8ccb245a9
children 0067ac8f41af
files osdep/timer-win2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/osdep/timer-win2.c	Mon Jan 05 14:53:45 2009 +0000
+++ b/osdep/timer-win2.c	Mon Jan 05 18:05:34 2009 +0000
@@ -13,7 +13,7 @@
 }
 
 // Returns current time in milliseconds
-unsigned int GetTimerMS(voi)
+unsigned int GetTimerMS(void)
 {
   return timeGetTime() ;
 }