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 b2c5abfd..21f607d8 100644
--- a/debug-tree.c
+++ b/debug-tree.c
@@ -6,7 +6,7 @@
#include "disk-io.h"
#include "print-tree.h"
-int main() {
+int main(int ac, char **av) {
struct ctree_super_block super;
struct ctree_root *root;
radix_tree_init();