shot - fix return type of timer

This commit is contained in:
Carsten Haitzler 2020-01-04 13:39:05 +00:00
parent 40fb1bce22
commit 1a7565b970
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ _delayed_shot(void *data)
free(ds);
}
static void
static Eina_Bool
_delayed_shot_timer(void *data)
{
timer = NULL;