1
0
forked from aniani/vim

patch 8.0.0164: outdated and misplaced comments

Problem:    Outdated and misplaced comments.
Solution:   Fix the comments.
This commit is contained in:
Bram Moolenaar
2017-01-10 13:51:09 +01:00
parent 68563937f5
commit caa55b65c2
6 changed files with 18 additions and 17 deletions

View File

@@ -885,7 +885,7 @@ failret:
}
/*
* Write list of strings to file
* Write "list" of strings to file "fd".
*/
int
write_list(FILE *fd, list_T *list, int binary)