patch 9.1.1280: trailing additional semicolon in get_matches_in_str()

Problem:  trailing additional semicolon in get_matches_in_str()
          (Hirohito Higashi)
Solution: remove it (Satoru Kitaguchi)

closes: #17066

Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Satoru Kitaguchi <rule.the.fate.myfirststory@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Satoru Kitaguchi
2025-04-06 16:04:59 +02:00
committed by Christian Brabandt
parent 8daae6fea9
commit ba73766788
2 changed files with 3 additions and 1 deletions

View File

@ -9164,7 +9164,7 @@ get_matches_in_str(
if (d == NULL)
return FAIL;
if (list_append_dict(mlist, d) == FAIL)
return FAIL;;
return FAIL;
if (dict_add_number(d, matchbuf ? "lnum" : "idx", idx) == FAIL)
return FAIL;

View File

@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1280,
/**/
1279,
/**/