0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 7.4.1924

Problem:    Missing "void" for functions without argument.
Solution:   Add "void". (Hirohito Higashi)
This commit is contained in:
Bram Moolenaar
2016-06-12 21:18:43 +02:00
parent ae3150ec8d
commit cf08946349
6 changed files with 13 additions and 11 deletions

View File

@@ -2770,7 +2770,7 @@ ins_compl_make_cyclic(void)
* 'completeopt' value.
*/
void
completeopt_was_set()
completeopt_was_set(void)
{
compl_no_insert = FALSE;
compl_no_select = FALSE;