mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Rename a function for consistency and some spacing nits.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user