aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-01-11 14:56:44 +0000
committernicm <nicm>2017-01-11 14:56:44 +0000
commit458b6eb6001fe4f1bff379ac56b91273662abe8c (patch)
treedcb7746345f6f8b772cba35b9dcc3ac82e26f3dc /tmux.h
parent55266275587f3bb6f0dfdb1623cb870315a38213 (diff)
downloadrtmux-458b6eb6001fe4f1bff379ac56b91273662abe8c.tar.gz
rtmux-458b6eb6001fe4f1bff379ac56b91273662abe8c.tar.bz2
rtmux-458b6eb6001fe4f1bff379ac56b91273662abe8c.zip
Some tidying and tweaks to options code.
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 ce9cb85c..e0087101 100644
--- a/tmux.h
+++ b/tmux.h
@@ -654,7 +654,7 @@ struct options_entry {
long long num;
struct grid_cell style;
- RB_ENTRY(options_entry) entry;
+ RB_ENTRY(options_entry) entry;
};
/* Scheduled job. */