mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
lint: clean-up after parent commit
This commit is contained in:
@@ -2868,8 +2868,9 @@ do_dialog (
|
||||
retval = 1;
|
||||
for (i = 0; hotkeys[i]; ++i) {
|
||||
if (has_mbyte) {
|
||||
if (utf_ptr2char(hotkeys + i) == c)
|
||||
if (utf_ptr2char(hotkeys + i) == c) {
|
||||
break;
|
||||
}
|
||||
i += (*mb_ptr2len)(hotkeys + i) - 1;
|
||||
} else if (hotkeys[i] == c)
|
||||
break;
|
||||
|
Reference in New Issue
Block a user