From 7826d40ff997e76d7cc4153ddde8bac6273e3a26 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 3 Dec 2019 10:47:22 +0000 Subject: Style nits in function arguments. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.c') 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; -- cgit