mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 08:16:08 +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