diff --git a/lib/fimg-timers.c b/lib/fimg-timers.c index 484065b2..18af9dee 100644 --- a/lib/fimg-timers.c +++ b/lib/fimg-timers.c @@ -17,8 +17,7 @@ d = (double)t.tv_sec + (double)t.tv_usec / 1e6; return d; } /* ----------------------------------------------------------------- */ - - +/* we can have only one timer at this time. patches welcome.*/ static double memory_time; double fimg_timer_set(int whot)