diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-01-16 15:36:02 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-01-16 15:36:02 +0000 |
commit | 7e110b9d99cf4ffa05e316c954d5f2f315e3f7cc (patch) | |
tree | 556e0e939b96290f5e2e233044d03c28366c25ae /format.c | |
parent | f20e3ee62c310da3eb091a2773e21442412db4ed (diff) | |
parent | ef15b4195f1453bf6f81cfd1e456c049922aa574 (diff) | |
download | rtmux-7e110b9d99cf4ffa05e316c954d5f2f315e3f7cc.tar.gz rtmux-7e110b9d99cf4ffa05e316c954d5f2f315e3f7cc.tar.bz2 rtmux-7e110b9d99cf4ffa05e316c954d5f2f315e3f7cc.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'format.c')
-rw-r--r-- | format.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |