diff options
author | Ben Straub <bs@github.com> | 2013-09-25 14:40:19 -0700 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2013-09-25 14:40:19 -0700 |
commit | 49781a03f0ea2d33b465010c5533b6026cbc1141 (patch) | |
tree | 34243b7c517d241eb8ecb980c10800bea3928f3b /include/git2/object.h | |
parent | b6f60a4d964d66b562092fdeb8f76e902bf05fa4 (diff) | |
download | libgit2-49781a03f0ea2d33b465010c5533b6026cbc1141.tar.gz |
Blame: minor cleanup
Diffstat (limited to 'include/git2/object.h')
-rw-r--r-- | include/git2/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/object.h b/include/git2/object.h index 7ec17cd8e..c40631fa6 100644 --- a/include/git2/object.h +++ b/include/git2/object.h @@ -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, |