Fix lint errors.

This commit is contained in:
Grzegorz Milka
2016-10-23 00:56:15 +02:00
parent 9755a2ffd5
commit d357a42389
5 changed files with 25 additions and 20 deletions

View File

@@ -1692,10 +1692,11 @@ void text_locked_msg(void)
}
char_u * get_text_locked_msg(void) {
if (cmdwin_type != 0)
if (cmdwin_type != 0) {
return e_cmdwin;
else
} else {
return e_secure;
}
}
/*