diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-12-03 12:01:26 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-12-03 12:01:26 +0000 |
commit | 875139f5fa257ab034d14fe87d58336f4322fca4 (patch) | |
tree | ec55502b8ca70d6c1027b17336e1552095253bc1 /options.c | |
parent | edf96b06a5aede19e796ace18b4915d973e96e55 (diff) | |
parent | 7826d40ff997e76d7cc4153ddde8bac6273e3a26 (diff) | |
download | rtmux-875139f5fa257ab034d14fe87d58336f4322fca4.tar.gz rtmux-875139f5fa257ab034d14fe87d58336f4322fca4.tar.bz2 rtmux-875139f5fa257ab034d14fe87d58336f4322fca4.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -610,7 +610,7 @@ options_match(const char *s, int *idx, int *ambiguous) struct options_entry * options_match_get(struct options *oo, const char *s, int *idx, int only, - int* ambiguous) + int *ambiguous) { char *name; struct options_entry *o; |