summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2022-04-06 16:39:46 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2022-04-06 16:39:46 +0100
commit3a6d82b7c8d4254fa87959d8cf19b313f5e05480 (patch)
tree8a9017893248fb45ad0d6eae473245f1b8a73bfb /tmux.c
parent0c84a20d2f44db64057f806c270ab1d751030fc1 (diff)
Some style nits.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index 11c368ff..b9f2be30 100644
--- a/tmux.c
+++ b/tmux.c
@@ -325,7 +325,7 @@ find_home(void)
const char *
getversion(void)
{
- return TMUX_VERSION;
+ return (TMUX_VERSION);
}
int