netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=8a22f9754bac35706d6869a0698f70969c325994
commit 8a22f9754bac35706d6869a0698f70969c325994 Author: Alastair Poole <nets...@gmail.com> Date: Sun May 16 16:37:58 2021 +0100 watcher: build fix. --- src/bin/evisum_watcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/evisum_watcher.c b/src/bin/evisum_watcher.c index 88f3ce8..6095088 100644 --- a/src/bin/evisum_watcher.c +++ b/src/bin/evisum_watcher.c @@ -8,7 +8,7 @@ static Eina_List *batteries = NULL; static Eina_List *sensors = NULL; static Eina_List *network_interfaces = NULL; -static void +static Eina_Bool _cb_background_timer(void *data EINA_UNUSED) { static int64_t poll_count = 0; --