mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-06 21:53:29 +00:00
refs: fix copy-paste doc error
This commit is contained in:
parent
e59e712f64
commit
2b40390f22
@ -416,7 +416,7 @@ GIT_EXTERN(int) git_reference_delete(git_reference *ref);
|
|||||||
* looking at its old value.
|
* looking at its old value.
|
||||||
*
|
*
|
||||||
* @param ref The reference to remove
|
* @param ref The reference to remove
|
||||||
* @return 0, GIT_EMODIFIED or an error code
|
* @return 0 or an error code
|
||||||
*/
|
*/
|
||||||
GIT_EXTERN(int) git_reference_remove(git_repository *repo, const char *name);
|
GIT_EXTERN(int) git_reference_remove(git_repository *repo, const char *name);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user