summaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
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)