diff options
author | nicm <nicm> | 2017-01-11 14:56:44 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-01-11 14:56:44 +0000 |
commit | 458b6eb6001fe4f1bff379ac56b91273662abe8c (patch) | |
tree | dcb7746345f6f8b772cba35b9dcc3ac82e26f3dc /tmux.h | |
parent | 55266275587f3bb6f0dfdb1623cb870315a38213 (diff) | |
download | rtmux-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |