1
0
forked from aniani/vim

patch 8.2.2350: using "void" for no reason

Problem:    Using "void" for no reason.
Solution:   Use "char *".
This commit is contained in:
Bram Moolenaar
2021-01-14 21:40:22 +01:00
parent 2415669348
commit 033135eb8e
2 changed files with 4 additions and 2 deletions

View File

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