aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index af3e3a84..fb1631f9 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1357,7 +1357,7 @@ TAILQ_HEAD(message_list, message_entry);
/* Argument value. */
struct args_value {
- char *value;
+ char *string;
TAILQ_ENTRY(args_value) entry;
};