mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-27 22:03:29 +00:00
Fix warning in status.c
This commit is contained in:
parent
3a2626f32a
commit
19d869bb2e
@ -606,7 +606,7 @@ static struct alphasorted_dirent_info *alphasorted_dirent_info_new(const char *p
|
||||
return di;
|
||||
}
|
||||
|
||||
int alphasorted_dirent_info_cmp(const void *a, const void *b)
|
||||
static int alphasorted_dirent_info_cmp(const void *a, const void *b)
|
||||
{
|
||||
struct alphasorted_dirent_info *stra = (struct alphasorted_dirent_info *)a;
|
||||
struct alphasorted_dirent_info *strb = (struct alphasorted_dirent_info *)b;
|
||||
|
Loading…
Reference in New Issue
Block a user