commit | af86d07efe83e2f2da3658702a720bc48b1a6d78 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Wed Feb 28 09:40:58 2007 -0500 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Wed Feb 28 09:40:58 2007 -0500 |
tree | 0e8895099617f5cfd65680f936af3fc0a3cd87e6 | |
parent | 8e19f2cd452853d1ca0895c2488c24d40de3d255 [diff] [blame] |
Btrfs: Add sparse checking to Makefile Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/debug-tree.c b/fs/btrfs/debug-tree.c index b2c5abf..21f607d 100644 --- a/fs/btrfs/debug-tree.c +++ b/fs/btrfs/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();