diff options
Diffstat (limited to 'tools/lib/subcmd/parse-options.c')
| -rw-r--r-- | tools/lib/subcmd/parse-options.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/subcmd/parse-options.c b/tools/lib/subcmd/parse-options.c index eb896d30545b..555d617c1f50 100644 --- a/tools/lib/subcmd/parse-options.c +++ b/tools/lib/subcmd/parse-options.c @@ -807,7 +807,7 @@ static int option__cmp(const void *va, const void *vb)  static struct option *options__order(const struct option *opts)  {  	int nr_opts = 0, nr_group = 0, nr_parent = 0, len; -	const struct option *o, *p = opts; +	const struct option *o = NULL, *p = opts;  	struct option *opt, *ordered = NULL, *group;  	/* flatten the options that have parents */  | 
