From 6adcaab70cdd6ced307a71945a1f80833ec9670f Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 8 Jan 2014 10:07:30 -0800 Subject: Handle git_buf's from users more liberally --- include/git2/blob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/git2/blob.h') 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); -- cgit v1.2.1