summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authornicm <nicm>2020-04-09 15:35:27 +0000
committernicm <nicm>2020-04-09 15:35:27 +0000
commita1fc8f8b23bf6371877ff93e123b735d2c7d596d (patch)
tree610ea1d7e5d60c1909abef55a0dfb5a283329642 /tmux.c
parent26f5dfbe46c75f8b907ee75daaadde9a310d8dfb (diff)
More 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 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