Commit c5b72fa2c651d6fc0abdfb82a294e584cca01e9a

Russell Belfer 2013-03-25T10:09:03

Merge pull request #1435 from mcanes/development Remove GIT_SUCCESS from documentation

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/blob.h b/include/git2/blob.h
index 0c0f3e5..0a2aa9d 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,