Skip to content

Commit 1d058dc

Browse files
committed
Merge branch 'iu/fix-parse-options-h-comment'
* iu/fix-parse-options-h-comment: parse-options.h: OPTION_{BIT,SET_INT} do not store pointer to defval
2 parents 638cbf5 + d3c0811 commit 1d058dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

parse-options.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ typedef int parse_opt_ll_cb(struct parse_opt_ctx_t *ctx,
9595
*
9696
* `defval`::
9797
* default value to fill (*->value) with for PARSE_OPT_OPTARG.
98-
* OPTION_{BIT,SET_INT} store the {mask,integer,pointer} to put in
99-
* the value when met.
98+
* OPTION_{BIT,SET_INT} store the {mask,integer} to put in the value when met.
10099
* CALLBACKS can use it like they want.
101100
*/
102101
struct option {

0 commit comments

Comments
 (0)