1
0
forked from aniani/vim

patch 7.4.1194

Problem:    Compiler warning for not using return value of fwrite().
Solution:   Return OK/FAIL. (Charles Campbell)
This commit is contained in:
Bram Moolenaar
2016-01-28 23:10:07 +01:00
parent b8b6511fc1
commit 83162468b3
3 changed files with 10 additions and 5 deletions

View File

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