forked from aniani/vim
patch 8.2.0210: Coverity complains about uninitialized field
Problem: Coverity complains about uninitialized field. Solution: Initialize the field.
This commit is contained in:
@@ -742,6 +742,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
210,
|
||||
/**/
|
||||
209,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user