Commit 7414acf5 by Etienne Samson

parameter 'id' not found in the function declaration

parent 185fe9c1
...@@ -381,7 +381,7 @@ GIT_EXTERN(int) git_treebuilder_write( ...@@ -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
......
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