*: Fix linter errors

This commit is contained in:
ZyX
2017-02-15 03:15:47 +03:00
parent efa2682e3b
commit 095e6cc2e0
16 changed files with 148 additions and 141 deletions

View File

@@ -2223,7 +2223,7 @@ change_warning (
*
* return the 'y' or 'n'
*/
int ask_yesno(char_u *str, int direct)
int ask_yesno(const char *str, bool direct)
{
int r = ' ';
int save_State = State;