mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 20:02:04 +00:00
patch: minor documentation fix.
Fix @return description of git_patch_num_lines_in_hunk.
This commit is contained in:
parent
dcd759b829
commit
6d8ecf087c
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user