mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 22:39:38 +00:00
Fixes return type documentation
This commit is contained in:
parent
1662158cf9
commit
960431c380
@ -36,7 +36,7 @@ GIT_BEGIN_DECL
|
||||
* @param repo the repository to look up the object
|
||||
* @param id the unique identifier for the object
|
||||
* @param type the type of the object
|
||||
* @return a reference to the object
|
||||
* @return 0 or an error code
|
||||
*/
|
||||
GIT_EXTERN(int) git_object_lookup(
|
||||
git_object **object,
|
||||
|
Loading…
Reference in New Issue
Block a user