Some tidying and tweaks to options code.

This commit is contained in:
nicm
2017-01-11 14:56:44 +00:00
parent 5526627558
commit 458b6eb600
5 changed files with 37 additions and 35 deletions

2
tmux.h
View File

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