summaryrefslogtreecommitdiffstats
path: root/osdep/timer-lx.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/timer-lx.c')
-rw-r--r--osdep/timer-lx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/timer-lx.c b/osdep/timer-lx.c
index f01cc02509..5b6010b154 100644
--- a/osdep/timer-lx.c
+++ b/osdep/timer-lx.c
@@ -65,7 +65,7 @@ void InitTimer(void){
#if 0
-void main(){
+void main(void){
float t=0;
InitTimer();
while(1){ t+=GetRelativeTime();printf("time= %10.6f\r",t);fflush(stdout); }