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. --- control-notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'control-notify.c') diff --git a/control-notify.c b/control-notify.c index c28d0fc8..e544139b 100644 --- a/control-notify.c +++ b/control-notify.c @@ -196,7 +196,7 @@ control_notify_session_created(__unused struct session *s) } void -control_notify_session_close(__unused struct session *s) +control_notify_session_closed(__unused struct session *s) { struct client *c; -- cgit