summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-04-05 10:11:34 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2020-11-25 11:42:03 +0000
commitabb7a7e44add2a6837a5d84182618fcfcaee8fb7 (patch)
tree590981a492cd3139faac5f061c441d30e3addae5 /include/git2
parentefab78cdabcec2c8c72d498ef75e1367d0074601 (diff)
downloadlibgit2-abb7a7e44add2a6837a5d84182618fcfcaee8fb7.tar.gz
blob: use GIT_ASSERT
Diffstat (limited to 'include/git2')
-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 7e2a745d1..8e977267d 100644
--- a/include/git2/blob.h
+++ b/include/git2/blob.h
@@ -84,7 +84,7 @@ GIT_EXTERN(git_repository *) git_blob_owner(const git_blob *blob);
* time.
*
* @param blob pointer to the blob
- * @return the pointer
+ * @return the pointer, or NULL on error
*/
GIT_EXTERN(const void *) git_blob_rawcontent(const git_blob *blob);