Style nits.

This commit is contained in:
nicm
2017-02-16 10:53:25 +00:00
parent dd25a6cdc2
commit 8b8d0963da
5 changed files with 10 additions and 14 deletions

2
tmux.c
View File

@ -81,7 +81,7 @@ getshell(void)
static int
checkshell(const char *shell)
{
if (shell == NULL || *shell == '\0' || *shell != '/')
if (shell == NULL || *shell != '/')
return (0);
if (areshell(shell))
return (0);