diff options
author | Edward Thomson <ethomson@microsoft.com> | 2014-01-08 10:07:30 -0800 |
---|---|---|
committer | Edward Thomson <ethomson@microsoft.com> | 2014-01-08 10:08:23 -0800 |
commit | 6adcaab70cdd6ced307a71945a1f80833ec9670f (patch) | |
tree | 4d10a5a2d7aa1cc16299c1bbcb006b371f8f8129 /include/git2/blob.h | |
parent | 32309b5d82d95402852cfcd478abec5d116eba86 (diff) | |
download | libgit2-6adcaab70cdd6ced307a71945a1f80833ec9670f.tar.gz |
Handle git_buf's from users more liberally
Diffstat (limited to 'include/git2/blob.h')
-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 19ad4d949..6ba5e9f9c 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; NULL if the blob has no contents + * @return the pointer */ GIT_EXTERN(const void *) git_blob_rawcontent(const git_blob *blob); |