forked from aniani/vim
patch 9.0.0834: warning for missing return type
Problem: Warning for missing return type. Solution: Add "int". (San James, closes #11496)
This commit is contained in:
committed by
Bram Moolenaar
parent
25b8420c2b
commit
f8ea10677d
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
834,
|
||||
/**/
|
||||
833,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user