Skip to content

Commit 7414acf

Browse files
committed
parameter 'id' not found in the function declaration
1 parent 185fe9c commit 7414acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/tree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ GIT_EXTERN(int) git_treebuilder_write(
381381
*
382382
* @see git_treebuilder_write
383383
*
384-
* @param id Pointer to store the OID of the newly written tree
384+
* @param oid Pointer to store the OID of the newly written tree
385385
* @param bld Tree builder to write
386386
* @param tree Shared buffer for writing the tree. Will be grown as necessary.
387387
* @return 0 or an error code

0 commit comments

Comments
 (0)