From a1fc8f8b23bf6371877ff93e123b735d2c7d596d Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 9 Apr 2020 15:35:27 +0000 Subject: More style nits. --- tmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.c') 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 -- cgit v1.2.3