diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-08-09 16:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-08-09 16:01:10 +0100 |
commit | 0824850bbce86c395230700cb10c81f162319858 (patch) | |
tree | f1b026469fc18017b6b369131e9252b47bc30fcd /options.c | |
parent | 27c385210328bdae9566a77e8cfe4039ff91923b (diff) | |
parent | ac2ba0961babe8307b6474a73ea11b097b42f759 (diff) | |
download | rtmux-0824850bbce86c395230700cb10c81f162319858.tar.gz rtmux-0824850bbce86c395230700cb10c81f162319858.tar.bz2 rtmux-0824850bbce86c395230700cb10c81f162319858.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -478,7 +478,6 @@ options_match_get(struct options *oo, const char *s, int *idx, int only, return (o); } - const char * options_get_string(struct options *oo, const char *name) { |