mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 04:28:33 +00:00
*: Fix linter errors
This commit is contained in:
@@ -267,7 +267,7 @@ int encode_read_from_list(ListReaderState *const state, char *const buf,
|
||||
}
|
||||
*p++ = NL;
|
||||
if (TV_LIST_ITEM_TV(state->li)->v_type != VAR_STRING) {
|
||||
*read_bytes = (size_t) (p - buf);
|
||||
*read_bytes = (size_t)(p - buf);
|
||||
return FAIL;
|
||||
}
|
||||
state->offset = 0;
|
||||
|
Reference in New Issue
Block a user