diff options
| author | Ben Straub <bs@github.com> | 2014-01-03 17:38:34 -0800 |
|---|---|---|
| committer | Ben Straub <bs@github.com> | 2014-03-06 09:44:51 -0800 |
| commit | 6affd71f33f9a9693425d6f3599ba1f25226c34b (patch) | |
| tree | 42127170b47c96ec55438920e812dc0d96568add /tests/checkout/binaryunicode.c | |
| parent | 8e5247203720de7abd084996c00afd6fb6f6cc21 (diff) | |
| download | libgit2-6affd71f33f9a9693425d6f3599ba1f25226c34b.tar.gz | |
git_checkout_opts -> git_checkout_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)); |
