diff options
| -rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ #include "array.h" -extern const char *__progname; +extern char *__progname; /* Default configuration files. */ #define DEFAULT_CFG ".tmux.conf" |
| index : rtmux.git | ||
| Tmux with Rahm's extra hacks. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | tmux.h | 2 |
@@ -38,7 +38,7 @@ #include "array.h" -extern const char *__progname; +extern char *__progname; /* Default configuration files. */ #define DEFAULT_CFG ".tmux.conf" |