summaryrefslogtreecommitdiff
path: root/test-match-trees.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-match-trees.c')
-rw-r--r--test-match-trees.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-match-trees.c b/test-match-trees.c
index a4eea75a15..17ebdf80be 100644
--- a/test-match-trees.c
+++ b/test-match-trees.c
@@ -17,7 +17,7 @@ int main(int ac, char **av)
if (!two)
die("not a tree-ish %s", av[2]);
- shift_tree(one->object.oid.hash, two->object.oid.hash, shifted.hash, -1);
+ shift_tree(&one->object.oid, &two->object.oid, &shifted, -1);
printf("shifted: %s\n", oid_to_hex(&shifted));
exit(0);