diff options
author | 2017-01-11 14:56:44 +0000 | |
---|---|---|
committer | 2017-01-11 14:56:44 +0000 | |
commit | 82b5cde7a95db2e5b263ffa7be0fdfeae6305e19 (patch) | |
tree | 60a644d9c7f60f56fa73a4f3465a9844bf8882fb /usr.bin/tmux/tmux.h | |
parent | Add "support" for OpenBSD/arm64 so that it compiles. It's a copy of (diff) | |
download | wireguard-openbsd-82b5cde7a95db2e5b263ffa7be0fdfeae6305e19.tar.xz wireguard-openbsd-82b5cde7a95db2e5b263ffa7be0fdfeae6305e19.zip |
Some tidying and tweaks to options code.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index e3064da4456..13e225de55c 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.687 2017/01/09 21:03:25 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.688 2017/01/11 14:56:44 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -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. */ |