diff-tree: typefix.
authorJunio C Hamano <junkio@cox.net>
Sat, 15 Apr 2006 10:22:00 +0000 (03:22 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 15 Apr 2006 10:22:00 +0000 (03:22 -0700)
commit5069b1cf6177f837830dd3ac402bee4f3d088fa5
tree731923369b7887e253e8b09ba5eb5f44789eda7b
parent42b5c78845feb44f1d36eecad4c72336d5c2a9c5
diff-tree: typefix.

Recent diff_tree_setup_paths() update made it take a second
argument of type "struct diff_options", but we passed another
struct that happenes to have that type at the beginning by
mistake.

Signed-off-by: Junio C Hamano <junkio@cox.net>
diff-tree.c