aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-01-11 16:01:16 +0000
committerThomas Adam <thomas@xteddy.org>2017-01-11 16:01:16 +0000
commit0d19d78fff40fbf57c557698f29049dcd1b1ca7b (patch)
treefede0cc47a5bc61e0dcf6d75410d918581bb40b7 /tmux.h
parent8f79b079cd5be1e63fb4e05c389c4334c5e7882a (diff)
parent458b6eb6001fe4f1bff379ac56b91273662abe8c (diff)
downloadrtmux-0d19d78fff40fbf57c557698f29049dcd1b1ca7b.tar.gz
rtmux-0d19d78fff40fbf57c557698f29049dcd1b1ca7b.tar.bz2
rtmux-0d19d78fff40fbf57c557698f29049dcd1b1ca7b.zip
Merge branch 'obsd-master'
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 f46a5c24..148f1963 100644
--- a/tmux.h
+++ b/tmux.h
@@ -656,7 +656,7 @@ struct options_entry {
long long num;
struct grid_cell style;
- RB_ENTRY(options_entry) entry;
+ RB_ENTRY(options_entry) entry;
};
/* Scheduled job. */