diff options
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/graph.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/graph.h b/include/git2/graph.h index cd4897fef..712ae474a 100644 --- a/include/git2/graph.h +++ b/include/git2/graph.h @@ -68,8 +68,8 @@ GIT_EXTERN(int) git_graph_descendant_of( GIT_EXTERN(int) git_graph_reachable_from_any( git_repository *repo, const git_oid *commit, - size_t length, - const git_oid descendant_array[]); + const git_oid descendant_array[], + size_t length); /** @} */ GIT_END_DECL |
