mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 18:22:16 +00:00
odb backend_sort_cmp should be static
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
This commit is contained in:
parent
cc3b82e376
commit
39e1032cfc
@ -221,7 +221,7 @@ static int init_fake_wstream(git_odb_stream **stream_p, git_odb_backend *backend
|
||||
*
|
||||
***********************************************************/
|
||||
|
||||
int backend_sort_cmp(const void *a, const void *b)
|
||||
static int backend_sort_cmp(const void *a, const void *b)
|
||||
{
|
||||
const backend_internal *backend_a = *(const backend_internal **)(a);
|
||||
const backend_internal *backend_b = *(const backend_internal **)(b);
|
||||
|
Loading…
Reference in New Issue
Block a user