From 7a2e56a3f6115c3a145e4f73d0aa8bea6dded899 Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Tue, 29 Apr 2014 14:30:15 -0700 Subject: Get rid of redundant git_diff_options_init fn Since git_diff_init_options was introduced, remove this old fn. --- tests/diff/blob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/diff/blob.c') diff --git a/tests/diff/blob.c b/tests/diff/blob.c index d1fff9c5b..527007965 100644 --- a/tests/diff/blob.c +++ b/tests/diff/blob.c @@ -26,7 +26,7 @@ void test_diff_blob__initialize(void) g_repo = cl_git_sandbox_init("attr"); - cl_git_pass(git_diff_options_init(&opts, GIT_DIFF_OPTIONS_VERSION)); + cl_git_pass(git_diff_init_options(&opts, GIT_DIFF_OPTIONS_VERSION)); opts.context_lines = 1; memset(&expected, 0, sizeof(expected)); -- cgit v1.2.1