From c2186230f3d439c192380cbcd425ea6824d94939 Mon Sep 17 00:00:00 2001 From: Miquel Canes Gonzalez Date: Sun, 24 Mar 2013 12:34:00 +0100 Subject: [PATCH] Remove GIT_SUCCESS from documentation --- include/git2/blob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,