diff options
author | Jason Haslam <jason@scitools.com> | 2015-07-16 10:17:16 -0600 |
---|---|---|
committer | Edward Thomson <ethomson@microsoft.com> | 2015-11-02 16:33:58 -0500 |
commit | 3138ad936682addd191913c42946aae431b4eece (patch) | |
tree | abfb79a660933fb5ad68f3fdcd812fe9d0e61958 /tests/diff/tree.c | |
parent | db1edf91e9ba9e82e6534c445008703766b5a6da (diff) | |
download | libgit2-3138ad936682addd191913c42946aae431b4eece.tar.gz |
Add diff progress callback.
Diffstat (limited to 'tests/diff/tree.c')
-rw-r--r-- | tests/diff/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/diff/tree.c b/tests/diff/tree.c index 2bc9e6a55..e4b2a8bbe 100644 --- a/tests/diff/tree.c +++ b/tests/diff/tree.c @@ -90,7 +90,7 @@ void test_diff_tree__0(void) #define DIFF_OPTS(FLAGS, CTXT) \ {GIT_DIFF_OPTIONS_VERSION, (FLAGS), GIT_SUBMODULE_IGNORE_UNSPECIFIED, \ - {NULL,0}, NULL, NULL, (CTXT), 1} + {NULL,0}, NULL, NULL, NULL, (CTXT), 1} void test_diff_tree__options(void) { |