diff options
| author | Etienne Samson <samson.etienne@gmail.com> | 2017-01-23 12:28:02 +0000 |
|---|---|---|
| committer | Etienne Samson <samson.etienne@gmail.com> | 2017-01-23 13:32:34 +0100 |
| commit | 7414acf5f97c0be1fec0504a61624be3eb814f2f (patch) | |
| tree | 8e32d846ee0ea64cdfe589c7cec5457547b2690d /include/git2 | |
| parent | 185fe9c1c1f8ee03a41f47f4a498e4c64ba8ae25 (diff) | |
| download | libgit2-7414acf5f97c0be1fec0504a61624be3eb814f2f.tar.gz | |
parameter 'id' not found in the function declaration
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/tree.h b/include/git2/tree.h index a38215f9f..4740b1ffa 100644 --- a/include/git2/tree.h +++ b/include/git2/tree.h @@ -381,7 +381,7 @@ GIT_EXTERN(int) 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 tree Shared buffer for writing the tree. Will be grown as necessary. * @return 0 or an error code |
