diff options
author | nicm <nicm> | 2021-08-21 10:28:05 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-21 10:28:05 +0000 |
commit | 110ba767e591946d6784acef87737850f2ad3ae9 (patch) | |
tree | 426aba10b7217c75e5da803abc034e131b85d5ad /tmux.h | |
parent | 08e6360f23284c9e2e521cb466002bdd9350a63d (diff) | |
download | rtmux-110ba767e591946d6784acef87737850f2ad3ae9.tar.gz rtmux-110ba767e591946d6784acef87737850f2ad3ae9.tar.bz2 rtmux-110ba767e591946d6784acef87737850f2ad3ae9.zip |
Rename a member to match what it will be in future.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1357,7 +1357,7 @@ TAILQ_HEAD(message_list, message_entry); /* Argument value. */ struct args_value { - char *value; + char *string; TAILQ_ENTRY(args_value) entry; }; |