Fix clint issues

This commit is contained in:
Marco Hinz
2017-01-09 20:49:47 +01:00
committed by James McCoy
parent d3f97232e8
commit b0cf071d43
5 changed files with 24 additions and 19 deletions

View File

@@ -3736,7 +3736,7 @@ load_dummy_buffer (
buf_T *newbuf;
bufref_T newbufref;
bufref_T newbuf_to_wipe;
int failed = TRUE;
int failed = true;
aco_save_T aco;
// Allocate a buffer without putting it in the buffer list.