summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2020-04-05 12:07:17 +0200
committerGitHub <noreply@github.com>2020-04-05 12:07:17 +0200
commite56d48be21804634573ae4f0992f0b3355be4dfc (patch)
tree43574253cd9dd252a3639473c5af54fada084ab3
parentad341eb72027d8957f6e1ba485b83da344cbbd59 (diff)
parentce2ab78f0481f61c4005ff4179817fe6310680ff (diff)
downloadlibgit2-e56d48be21804634573ae4f0992f0b3355be4dfc.tar.gz
Merge pull request #5483 from xSetech/master
Fix typo causing removal of symbol 'git_worktree_prune_init_options'
-rw-r--r--src/worktree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/worktree.c b/src/worktree.c
index e171afbb2..74b32f97c 100644
--- a/src/worktree.c
+++ b/src/worktree.c
@@ -506,7 +506,7 @@ int git_worktree_prune_options_init(
return 0;
}
-int git_worktree_pruneinit_options(git_worktree_prune_options *opts,
+int git_worktree_prune_init_options(git_worktree_prune_options *opts,
unsigned int version)
{
return git_worktree_prune_options_init(opts, version);