summaryrefslogtreecommitdiff
path: root/include/git2/blob.h
diff options
context:
space:
mode:
authorMiquel Canes Gonzalez <miquelcanes@gmail.com>2013-03-24 12:34:00 +0100
committerMiquel Canes Gonzalez <miquelcanes@gmail.com>2013-03-24 12:34:00 +0100
commitc2186230f3d439c192380cbcd425ea6824d94939 (patch)
tree47eca320e684cf2965f1b96b5adf2da33b8462d1 /include/git2/blob.h
parent3f21a23cc26cc6fbf84122872acf833de2a287e0 (diff)
downloadlibgit2-c2186230f3d439c192380cbcd425ea6824d94939.tar.gz
Remove GIT_SUCCESS from documentation
Diffstat (limited to 'include/git2/blob.h')
-rw-r--r--include/git2/blob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/blob.h b/include/git2/blob.h
index 0c0f3e580..0a2aa9d36 100644
--- a/include/git2/blob.h
+++ b/include/git2/blob.h
@@ -163,7 +163,7 @@ typedef int (*git_blob_chunk_cb)(char *content, size_t max_length, void *payload
* @param hintpath if not NULL, will help selecting the filters
* to apply onto the content of the blob to be created.
*
- * @return GIT_SUCCESS or an error code
+ * @return 0 or an error code
*/
GIT_EXTERN(int) git_blob_create_fromchunks(
git_oid *id,