Skip to content

Commit e56d48b

Browse files
authored
Merge pull request libgit2#5483 from xSetech/master
Fix typo causing removal of symbol 'git_worktree_prune_init_options'
2 parents ad341eb + ce2ab78 commit e56d48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worktree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ int git_worktree_prune_options_init(
506506
return 0;
507507
}
508508

509-
int git_worktree_pruneinit_options(git_worktree_prune_options *opts,
509+
int git_worktree_prune_init_options(git_worktree_prune_options *opts,
510510
unsigned int version)
511511
{
512512
return git_worktree_prune_options_init(opts, version);

0 commit comments

Comments
 (0)