mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
shada: Fix shada_removable signature
This commit is contained in:
parent
2dd8e05f9f
commit
9d72f8ebaa
@ -4003,8 +4003,8 @@ shada_read_next_item_error:
|
||||
/// @param[in] name Checked name.
|
||||
///
|
||||
/// @return True if it is, false otherwise.
|
||||
bool shada_removable(const char *name)
|
||||
FUNC_ATTR_WARN_UNUSED_RESULT FUNC_ATTR_PURE
|
||||
static bool shada_removable(const char *name)
|
||||
FUNC_ATTR_WARN_UNUSED_RESULT
|
||||
{
|
||||
char *p;
|
||||
char part[MAXPATHL + 1];
|
||||
|
Loading…
Reference in New Issue
Block a user