From cf339ede0abf066e8a1f4f7625878f837a78b84c Mon Sep 17 00:00:00 2001 From: tepas Date: Wed, 16 Dec 2015 09:25:18 +1100 Subject: fix git_blob_create_fromchunks documentation putting `0.` at the start of the line turns it into a numbered list. --- include/git2/blob.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/git2/blob.h b/include/git2/blob.h index 4a6d8e50a..9a57c37f5 100644 --- a/include/git2/blob.h +++ b/include/git2/blob.h @@ -171,8 +171,8 @@ typedef int (*git_blob_chunk_cb)(char *content, size_t max_length, void *payload * - The `callback` must return the number of bytes that have been * written to the `content` buffer. * - * - When there is no more data to stream, `callback` should return - * 0. This will prevent it from being invoked anymore. + * - When there is no more data to stream, `callback` should return 0. + * This will prevent it from being invoked anymore. * * - If an error occurs, the callback should return a negative value. * This value will be returned to the caller. -- cgit v1.2.1