diff options
author | nicm <nicm> | 2017-04-05 10:45:39 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-04-05 10:45:39 +0000 |
commit | ab4a4b2ad0ce2c8fdb485bc0fe871571181eace8 (patch) | |
tree | 595ef1236bcd8ee9f962245aad5d40171c10c388 | |
parent | b9a4beb6e7d8467bf34c187aebaec794673e6efd (diff) | |
download | rtmux-ab4a4b2ad0ce2c8fdb485bc0fe871571181eace8.tar.gz rtmux-ab4a4b2ad0ce2c8fdb485bc0fe871571181eace8.tar.bz2 rtmux-ab4a4b2ad0ce2c8fdb485bc0fe871571181eace8.zip |
cfg_file can be static.
-rw-r--r-- | cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |