mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-20 06:54:32 +00:00
Staticify merge_config
This commit is contained in:
parent
22ab888178
commit
de3f851ec4
@ -2564,7 +2564,7 @@ done:
|
||||
return error;
|
||||
}
|
||||
|
||||
int merge_config(git_merge_config_t *out, git_repository *repo)
|
||||
static int merge_config(git_merge_config_t *out, git_repository *repo)
|
||||
{
|
||||
git_config *config;
|
||||
const char *value;
|
||||
|
Loading…
Reference in New Issue
Block a user