mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-17 08:38:46 +00:00
Repository: Fixed retrieve_device return type.
This commit is contained in:
parent
76e9e3b763
commit
5ec05d0748
@ -330,7 +330,7 @@ static int abspath(char *buffer_out, size_t size, const char *path)
|
||||
return GIT_SUCCESS;
|
||||
}
|
||||
|
||||
static dev_t retrieve_device(dev_t *device_out, const char *path)
|
||||
static int retrieve_device(dev_t *device_out, const char *path)
|
||||
{
|
||||
struct stat path_info;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user