commit | 2f1e050414935410da55560d017543fa210e19c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 13 11:18:02 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 13 11:18:02 2010 +0200 |
tree | 62a246a43418e49ab255c3eb2ff7d7887b593a1f | |
parent | 0e97531298ad9febb655bc93271be9f26ae547ab [diff] [blame] |
Avoid warnings from the clang compiler. (Dominique Pelle)
diff --git a/src/buffer.c b/src/buffer.c index ad484b4..5e885b9 100644 --- a/src/buffer.c +++ b/src/buffer.c
@@ -5082,7 +5082,7 @@ 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