mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
shada: Fix shada_removable signature
This commit is contained in:
@@ -4003,8 +4003,8 @@ shada_read_next_item_error:
|
|||||||
/// @param[in] name Checked name.
|
/// @param[in] name Checked name.
|
||||||
///
|
///
|
||||||
/// @return True if it is, false otherwise.
|
/// @return True if it is, false otherwise.
|
||||||
bool shada_removable(const char *name)
|
static bool shada_removable(const char *name)
|
||||||
FUNC_ATTR_WARN_UNUSED_RESULT FUNC_ATTR_PURE
|
FUNC_ATTR_WARN_UNUSED_RESULT
|
||||||
{
|
{
|
||||||
char *p;
|
char *p;
|
||||||
char part[MAXPATHL + 1];
|
char part[MAXPATHL + 1];
|
||||||
|
Reference in New Issue
Block a user