summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authornicm <nicm>2019-12-03 10:47:22 +0000
committernicm <nicm>2019-12-03 10:47:22 +0000
commit7826d40ff997e76d7cc4153ddde8bac6273e3a26 (patch)
treee02808b900cbb3600a5dedd2c3999d17dc176d4b /options.c
parentec1b8e5f05fa26b3ef9d0cd6cb810446b66bc0ac (diff)
Style nits in function arguments.
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 6bc54ef8..7402b724 100644
--- a/options.c
+++ b/options.c
@@ -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;