cfg_file can be static.

pull/861/head
nicm 2017-04-05 10:45:39 +00:00
parent b9a4beb6e7
commit ab4a4b2ad0
1 changed files with 1 additions and 1 deletions

2
cfg.c
View File

@ -28,7 +28,7 @@
#include "tmux.h"
char *cfg_file;
static char *cfg_file;
int cfg_finished;
static char **cfg_causes;
static u_int cfg_ncauses;