mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
*: Fix linter errors
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user