diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-09-10 14:59:16 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-09-10 14:59:16 +0100 |
commit | 66c4ed98d62010421a47bcdb7a4a22a7cbcffff9 (patch) | |
tree | a3c828a699bbd5d5c77c9caffd8a32cc2cf9d823 | |
parent | eb1084754c2dd08bbf05d1c09f52abdbf5b373d6 (diff) | |
download | rtmux-66c4ed98d62010421a47bcdb7a4a22a7cbcffff9.tar.gz rtmux-66c4ed98d62010421a47bcdb7a4a22a7cbcffff9.tar.bz2 rtmux-66c4ed98d62010421a47bcdb7a4a22a7cbcffff9.zip |
Fix bad merge.
-rw-r--r-- | tmux.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -39,9 +39,6 @@ extern char *__progname; extern char **environ; -extern char *__progname; -extern char **environ; - /* Default global configuration file. */ #define TMUX_CONF "/etc/tmux.conf" |