Style nits in function arguments.

This commit is contained in:
nicm
2019-12-03 10:47:22 +00:00
parent ec1b8e5f05
commit 7826d40ff9
7 changed files with 12 additions and 12 deletions

View File

@ -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;