parameter 'id' not found in the function declaration

This commit is contained in:
Etienne Samson 2017-01-23 12:28:02 +00:00
parent 185fe9c1c1
commit 7414acf5f9

View File

@ -381,7 +381,7 @@ GIT_EXTERN(int) git_treebuilder_write(
* *
* @see git_treebuilder_write * @see git_treebuilder_write
* *
* @param id Pointer to store the OID of the newly written tree * @param oid Pointer to store the OID of the newly written tree
* @param bld Tree builder to write * @param bld Tree builder to write
* @param tree Shared buffer for writing the tree. Will be grown as necessary. * @param tree Shared buffer for writing the tree. Will be grown as necessary.
* @return 0 or an error code * @return 0 or an error code