summaryrefslogtreecommitdiff
path: root/debug-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug-tree.c')
-rw-r--r--debug-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug-tree.c b/debug-tree.c
index acfa442d..21162ecf 100644
--- a/debug-tree.c
+++ b/debug-tree.c
@@ -130,7 +130,7 @@ int main(int ac, char **av)
if (ac != 1)
print_usage();
- root = open_ctree(av[optind], 0);
+ root = open_ctree(av[optind], 0, 0);
if (!root) {
fprintf(stderr, "unable to open %s\n", av[optind]);
exit(1);