diff options
author | nicm <nicm> | 2016-10-15 00:12:58 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-15 00:12:58 +0000 |
commit | 3f138dc40c37ddee021b92e5d29676ed96b6cab8 (patch) | |
tree | efbe5f7d5c6ff93b807629f3257fb424094eb8c8 /control-notify.c | |
parent | 63b2547a0255c42bff405ca34577de240a99b736 (diff) | |
download | rtmux-3f138dc40c37ddee021b92e5d29676ed96b6cab8.tar.gz rtmux-3f138dc40c37ddee021b92e5d29676ed96b6cab8.tar.bz2 rtmux-3f138dc40c37ddee021b92e5d29676ed96b6cab8.zip |
Rename a function for consistency and some spacing nits.
Diffstat (limited to 'control-notify.c')
-rw-r--r-- | control-notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |