summaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-04-06 11:10:17 +0100
committerThomas Adam <thomas@xteddy.org>2017-04-06 11:10:17 +0100
commit5f662d91db658abbcd46d7a678c0250754be35e3 (patch)
treebed316d0ce8c4a770b5e42608a36dafc0a9eee2d /cfg.c
parent05c97d7fe9ede1b9d185ed21242eb8470350affc (diff)
parent94b71bcb6403d381515319b08a85878b829785d5 (diff)
Merge branch 'obsd-master'
Conflicts: server-client.c tmux.1
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.c b/cfg.c
index b1fe22bf..5fcd6de5 100644
--- a/cfg.c
+++ b/cfg.c
@@ -27,7 +27,7 @@
#include "tmux.h"
-char *cfg_file;
+static char *cfg_file;
int cfg_finished;
static char **cfg_causes;
static u_int cfg_ncauses;