diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-05-25 11:13:18 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-05-25 13:51:30 +0200 |
commit | 51a59a0f622256595e1cc8f6dcd2c2791cbad76d (patch) | |
tree | 7393e5133dac397062df2cf1f77796665a4c6890 /src/nvim/if_cscope.c | |
parent | c4f56c4134d806c40fc841ca1af2c0020b447140 (diff) | |
download | rneovim-51a59a0f622256595e1cc8f6dcd2c2791cbad76d.tar.gz rneovim-51a59a0f622256595e1cc8f6dcd2c2791cbad76d.tar.bz2 rneovim-51a59a0f622256595e1cc8f6dcd2c2791cbad76d.zip |
lint
Diffstat (limited to 'src/nvim/if_cscope.c')
-rw-r--r-- | src/nvim/if_cscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c index 2423fdcdae..4cb0c9a4ae 100644 --- a/src/nvim/if_cscope.c +++ b/src/nvim/if_cscope.c @@ -1530,7 +1530,7 @@ static void cs_fill_results(char *tagstr, size_t totmatches, int *nummatches_a, } /* for all cscope connections */ if (totsofar == 0) { - /* No matches, free the arrays and return NULL in "*matches_p". */ + // No matches, free the arrays and return NULL in "*matches_p". XFREE_CLEAR(matches); XFREE_CLEAR(cntxts); } |