1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-12 03:58:47 +00:00

cfg_file can be static.

This commit is contained in:
nicm 2017-04-05 10:45:39 +00:00
parent b9a4beb6e7
commit ab4a4b2ad0

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;