aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.c b/tmux.c
index a3481461..e66d24c0 100644
--- a/tmux.c
+++ b/tmux.c
@@ -198,7 +198,7 @@ shell_exec(const char *shell, const char *shellcmd)
fatal("execl failed");
}
-const char*
+const char *
find_home(void)
{
struct passwd *pw;
@@ -213,7 +213,7 @@ find_home(void)
home = NULL;
}
- return home;
+ return (home);
}
int