Commit 67dd3140 by Carlos Martín Nieto Committed by GitHub

Merge pull request #3966 from vivaladav/documentation-fixes

patch: minor documentation fix.
parents dcd759b8 6d8ecf08
...@@ -191,7 +191,7 @@ GIT_EXTERN(int) git_patch_get_hunk( ...@@ -191,7 +191,7 @@ GIT_EXTERN(int) git_patch_get_hunk(
* *
* @param patch The git_patch object * @param patch The git_patch object
* @param hunk_idx Index of the hunk * @param hunk_idx Index of the hunk
* @return Number of lines in hunk or -1 if invalid hunk index * @return Number of lines in hunk or GIT_ENOTFOUND if invalid hunk index
*/ */
GIT_EXTERN(int) git_patch_num_lines_in_hunk( GIT_EXTERN(int) git_patch_num_lines_in_hunk(
const git_patch *patch, const git_patch *patch,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment