aboutsummaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-01-16 15:36:02 +0000
committerThomas Adam <thomas@xteddy.org>2017-01-16 15:36:02 +0000
commit7e110b9d99cf4ffa05e316c954d5f2f315e3f7cc (patch)
tree556e0e939b96290f5e2e233044d03c28366c25ae /format.c
parentf20e3ee62c310da3eb091a2773e21442412db4ed (diff)
parentef15b4195f1453bf6f81cfd1e456c049922aa574 (diff)
downloadrtmux-7e110b9d99cf4ffa05e316c954d5f2f315e3f7cc.tar.gz
rtmux-7e110b9d99cf4ffa05e316c954d5f2f315e3f7cc.tar.bz2
rtmux-7e110b9d99cf4ffa05e316c954d5f2f315e3f7cc.zip
Merge branch 'obsd-master'
Diffstat (limited to 'format.c')
-rw-r--r--format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.c b/format.c
index e67aaedc..6fee3c6e 100644
--- a/format.c
+++ b/format.c
@@ -642,7 +642,7 @@ format_find(struct format_tree *ft, const char *key, int modifiers)
struct format_entry *fe, fe_find;
struct environ_entry *envent;
static char s[64];
- struct option *o;
+ struct options_entry *o;
const char *found;
int idx;
char *copy, *saved;