mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
shada: Fix linter error
This commit is contained in:
parent
91b9ad7d82
commit
63f72ac27c
@ -3422,7 +3422,7 @@ shada_read_next_item_start:
|
|||||||
}
|
}
|
||||||
|
|
||||||
const size_t length = (size_t)length_u64;
|
const size_t length = (size_t)length_u64;
|
||||||
entry->timestamp = (Timestamp) timestamp_u64;
|
entry->timestamp = (Timestamp)timestamp_u64;
|
||||||
|
|
||||||
if (type_u64 == 0) {
|
if (type_u64 == 0) {
|
||||||
// kSDItemUnknown cannot possibly pass that far because it is -1 and that
|
// kSDItemUnknown cannot possibly pass that far because it is -1 and that
|
||||||
|
Loading…
Reference in New Issue
Block a user