summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
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