diff options
author | 2015-09-03 14:30:23 +0000 | |
---|---|---|
committer | 2015-09-03 14:30:23 +0000 | |
commit | 1d75677ebf71bb80421fa88338e24051ffbfd108 (patch) | |
tree | dac26a3f6e101d7faed09faf5f21662a0f47b631 /usr.bin/tmux/tmux.c | |
parent | Remove the abort_task field in struct dwc2_xfer. There is an identical (diff) | |
download | wireguard-openbsd-1d75677ebf71bb80421fa88338e24051ffbfd108.tar.xz wireguard-openbsd-1d75677ebf71bb80421fa88338e24051ffbfd108.zip |
A couple of style nits.
Diffstat (limited to 'usr.bin/tmux/tmux.c')
-rw-r--r-- | usr.bin/tmux/tmux.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.c b/usr.bin/tmux/tmux.c index 93a1aa06a0c..23237f32dc9 100644 --- a/usr.bin/tmux/tmux.c +++ b/usr.bin/tmux/tmux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.c,v 1.142 2015/09/01 10:10:59 nicm Exp $ */ +/* $OpenBSD: tmux.c,v 1.143 2015/09/03 14:30:23 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -321,8 +321,7 @@ main(int argc, char **argv) free(path); label = xstrdup("default"); } - } - else + } else label = xstrdup("default"); } |