From b5016d74e6ea3231776d465b76a8b203d7e59b13 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Tue, 28 May 2019 12:03:08 +0200 Subject: [PATCH] need a patch git status! --- lib/fimg-timers.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)