Replace int with bool in some files. #654

This commit is contained in:
Klemen Košir
2014-04-30 11:06:52 +02:00
committed by Justin M. Keyes
parent 3cf435af36
commit ef34a0ab13
24 changed files with 95 additions and 95 deletions

View File

@@ -1752,7 +1752,7 @@ static int has_compl_option(int dict_opt)
vim_beep();
setcursor();
out_flush();
ui_delay(2000L, FALSE);
ui_delay(2000L, false);
}
return FALSE;
}