diff options
author | nicm <nicm> | 2019-12-03 10:47:22 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-12-03 10:47:22 +0000 |
commit | 7826d40ff997e76d7cc4153ddde8bac6273e3a26 (patch) | |
tree | e02808b900cbb3600a5dedd2c3999d17dc176d4b /options.c | |
parent | ec1b8e5f05fa26b3ef9d0cd6cb810446b66bc0ac (diff) | |
download | rtmux-7826d40ff997e76d7cc4153ddde8bac6273e3a26.tar.gz rtmux-7826d40ff997e76d7cc4153ddde8bac6273e3a26.tar.bz2 rtmux-7826d40ff997e76d7cc4153ddde8bac6273e3a26.zip |
Style nits in function arguments.
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; |