Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/checkout/head.c')
-rw-r--r--tests/checkout/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkout/head.c b/tests/checkout/head.c
index a7a7e9071..07cc1d209 100644
--- a/tests/checkout/head.c
+++ b/tests/checkout/head.c
@@ -25,7 +25,7 @@ void test_checkout_head__unborn_head_returns_GIT_EUNBORNBRANCH(void)
void test_checkout_head__with_index_only_tree(void)
{
- git_checkout_opts opts = GIT_CHECKOUT_OPTS_INIT;
+ git_checkout_options opts = GIT_CHECKOUT_OPTIONS_INIT;
git_index *index;
/* let's start by getting things into a known state */