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/binaryunicode.c')
-rw-r--r--tests/checkout/binaryunicode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkout/binaryunicode.c b/tests/checkout/binaryunicode.c
index 14ab9fdfa..1172816c7 100644
--- a/tests/checkout/binaryunicode.c
+++ b/tests/checkout/binaryunicode.c
@@ -21,7 +21,7 @@ static void execute_test(void)
git_oid oid, check;
git_commit *commit;
git_tree *tree;
- git_checkout_opts opts = GIT_CHECKOUT_OPTS_INIT;
+ git_checkout_options opts = GIT_CHECKOUT_OPTIONS_INIT;
cl_git_pass(git_reference_name_to_id(&oid, g_repo, "refs/heads/branch1"));
cl_git_pass(git_commit_lookup(&commit, g_repo, &oid));