0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

Avoid warnings from the clang compiler. (Dominique Pelle)

This commit is contained in:
Bram Moolenaar
2010-08-13 11:18:02 +02:00
parent 0e97531298
commit 2f1e050414
4 changed files with 11 additions and 11 deletions

View File

@@ -5082,7 +5082,7 @@ write_viminfo_bufferlist(fp)
set_last_cursor(curwin);
#endif
fprintf(fp, _("\n# Buffer list:\n"));
fputs(_("\n# Buffer list:\n"), fp);
for (buf = firstbuf; buf != NULL ; buf = buf->b_next)
{
if (buf->b_fname == NULL