summaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-01-09 20:01:12 +0000
committerThomas Adam <thomas@xteddy.org>2017-01-09 20:01:12 +0000
commit95f5d406e5a5de6f44023436cfc273ac937875bc (patch)
tree2b7ec971b5f61b83b1cec682110cbe9efa71653f /cfg.c
parentd90fa2ec137eede58d41e0737e354b49b73d1b5a (diff)
parent561b5c6fdbdafae52ac5b4bd963f0d75af344c5b (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cfg.c b/cfg.c
index 0c0e45f8..d425b748 100644
--- a/cfg.c
+++ b/cfg.c
@@ -27,11 +27,11 @@
#include "tmux.h"
-char *cfg_file;
-int cfg_finished;
-static char **cfg_causes;
-static u_int cfg_ncauses;
-struct client *cfg_client;
+char *cfg_file;
+int cfg_finished;
+static char **cfg_causes;
+static u_int cfg_ncauses;
+struct client *cfg_client;
static enum cmd_retval
cfg_done(__unused struct cmdq_item *item, __unused void *data)