From 1a7565b970713694fc1ed960e9c10d88015e3793 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sat, 4 Jan 2020 13:39:05 +0000 Subject: [PATCH] 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;