From 3f138dc40c37ddee021b92e5d29676ed96b6cab8 Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 15 Oct 2016 00:12:58 +0000 Subject: Rename a function for consistency and some spacing nits. --- notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notify.c') diff --git a/notify.c b/notify.c index 5f4f046e..416b81f6 100644 --- a/notify.c +++ b/notify.c @@ -147,7 +147,7 @@ notify_drain(void) control_notify_session_created(ne->session); break; case NOTIFY_SESSION_CLOSED: - control_notify_session_close(ne->session); + control_notify_session_closed(ne->session); break; } TAILQ_REMOVE(¬ify_queue, ne, entry); -- cgit