aboutsummaryrefslogtreecommitdiff
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 2055a894..eac8c12f 100644
--- a/tmux.c
+++ b/tmux.c
@@ -224,7 +224,7 @@ getversion(void)
fatalx("uname failed");
xasprintf(&version, "openbsd-%s", u.release);
}
- return version;
+ return (version);
}
int