aboutsummaryrefslogtreecommitdiff
path: root/src/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer.c')
-rw-r--r--src/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer.c b/src/timer.c
index 5af03e8..2607584 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -204,5 +204,5 @@ void handle_timer()
if (!r)
return;
- notify(r);
+ notify(r, NOTIFY_TIMER);
}