aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.c b/src/event.c
index 588895c..22420b5 100644
--- a/src/event.c
+++ b/src/event.c
@@ -28,7 +28,7 @@ notify(struct notification *n, struct wy_triplet *t,
28} 28}
29 29
30void 30void
31notify_finish() 31notify_finish(void)
32{ 32{
33 notify(default_notification, NULL, wy_ev_finish); 33 notify(default_notification, NULL, wy_ev_finish);
34} 34}

Return to:

Send suggestions and report system problems to the System administrator.