From 458b6eb6001fe4f1bff379ac56b91273662abe8c Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 11 Jan 2017 14:56:44 +0000 Subject: Some tidying and tweaks to options code. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') 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. */ -- cgit