getchar: fix pvs/v1048

This commit is contained in:
Jan Edmund Lazo 2019-12-22 21:17:30 -05:00
parent 0c70aa6509
commit dd2e2f8aaa
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15
1 changed files with 1 additions and 1 deletions

View File

@ -3106,7 +3106,7 @@ int do_map(int maptype, char_u *arg, int mode, bool is_abbrev)
case 0:
break;
case 1:
result = 1; // invalid arguments
// invalid arguments
goto free_and_return;
default:
assert(false && "Unknown return code from str_to_mapargs!");