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 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. */