mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Some style nits and dead assignments.
This commit is contained in:
@ -56,7 +56,7 @@ cmd_show_environment_escape(struct environ_entry *envent)
|
||||
}
|
||||
*out = '\0';
|
||||
|
||||
return ret;
|
||||
return (ret);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user