diff options
Diffstat (limited to 'tests/checkout/binaryunicode.c')
| -rw-r--r-- | tests/checkout/binaryunicode.c | 2 |
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)); |
