mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
tag: fix pvs/v547 error
This commit is contained in:
parent
8daefa348e
commit
ced2a38ad4
@ -988,9 +988,7 @@ add_llist_tags(
|
||||
cmd[len] = NUL;
|
||||
}
|
||||
|
||||
if ((dict = tv_dict_alloc()) == NULL) {
|
||||
continue;
|
||||
}
|
||||
dict = tv_dict_alloc();
|
||||
tv_list_append_dict(list, dict);
|
||||
|
||||
tv_dict_add_str(dict, S_LEN("text"), (const char *)tag_name);
|
||||
|
Loading…
Reference in New Issue
Block a user