mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 19:51:31 +00:00
'geterr' -> 'giterr'
This commit is contained in:
parent
6edefa1491
commit
c1cd036e40
@ -133,7 +133,7 @@ int git_remote_load(git_remote **out, git_repository *repo, const char *name)
|
||||
goto cleanup;
|
||||
|
||||
if (!val) {
|
||||
geterr_set(GITERR_INVALID, "Malformed remote '%s' - missing URL", name);
|
||||
giterr_set(GITERR_INVALID, "Malformed remote '%s' - missing URL", name);
|
||||
error = -1;
|
||||
goto cleanup;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user