From 960431c3808a98333aa9642424bcc7fef581b78c Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sun, 14 Jul 2013 17:26:24 -0400 Subject: [PATCH] Fixes return type documentation --- include/git2/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/object.h b/include/git2/object.h index b91b04dba..f74f3dfd1 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,