Skip to content

Commit

Permalink
Merge pull request #1668 from masatake/fix-a-typo-of-short-flag-for-e…
Browse files Browse the repository at this point in the history
…xtras-of-regex-option

lregex: fix a typo about wrong short flag for extras
  • Loading branch information
masatake authored Jan 23, 2018
2 parents 4772659 + abcf1f1 commit 66c7915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/lregex.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ static void pre_ptrn_flag_extra_long (const char* const s CTAGS_ATTR_UNUSED, con

static flagDefinition extraSpecFlagDef[] = {
#define EXPERIMENTAL "_"
{ '-', EXPERIMENTAL "extra", NULL, pre_ptrn_flag_extra_long ,
{ '\0', EXPERIMENTAL "extra", NULL, pre_ptrn_flag_extra_long ,
"EXTRA", "record the tag only when the extra is enabled"},
};

Expand Down

0 comments on commit 66c7915

Please sign in to comment.