mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[timer] cast
This commit is contained in:
parent
c130f96452
commit
44fc223840
@ -71,7 +71,7 @@ extern int event_enabled;
|
||||
static void
|
||||
timer_callback(int h, short ev, void *data)
|
||||
{
|
||||
struct timer *tm = data;
|
||||
struct timer *tm = (struct timer *)data;
|
||||
tm->func(tm->data);
|
||||
kill_timer(&tm);
|
||||
check_bottom_halves();
|
||||
|
Loading…
Reference in New Issue
Block a user