updated for version 7.3.157

Problem:    Superfluous assignment.
Solution:   Remove assignment.
This commit is contained in:
Bram Moolenaar
2011-04-11 14:26:19 +02:00
parent 47a61988e3
commit 498df33ab0
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -6773,8 +6773,7 @@ get_c_indent()
{
curwin->w_cursor.lnum = our_paren_pos.lnum;
curwin->w_cursor.col = col;
if ((trypos = find_match_paren(ind_maxparen,
ind_maxcomment)) != NULL)
if (find_match_paren(ind_maxparen, ind_maxcomment) != NULL)
amount += ind_unclosed2;
else
amount += ind_unclosed;
+2
View File
@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
157,
/**/
156,
/**/