raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=1a7565b970713694fc1ed960e9c10d88015e3793
commit 1a7565b970713694fc1ed960e9c10d88015e3793 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sat Jan 4 13:39:05 2020 +0000 shot - fix return type of timer --- src/modules/shot/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/shot/e_mod_main.c b/src/modules/shot/e_mod_main.c index 3842d7947..a06d75bd7 100644 --- a/src/modules/shot/e_mod_main.c +++ b/src/modules/shot/e_mod_main.c @@ -250,7 +250,7 @@ _delayed_shot(void *data) free(ds); } -static void +static Eina_Bool _delayed_shot_timer(void *data) { timer = NULL; --
