diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2020-04-05 10:11:34 +0100 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-11-25 11:42:03 +0000 |
| commit | abb7a7e44add2a6837a5d84182618fcfcaee8fb7 (patch) | |
| tree | 590981a492cd3139faac5f061c441d30e3addae5 /include/git2 | |
| parent | efab78cdabcec2c8c72d498ef75e1367d0074601 (diff) | |
| download | libgit2-abb7a7e44add2a6837a5d84182618fcfcaee8fb7.tar.gz | |
blob: use GIT_ASSERT
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/blob.h | 2 |
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); |
