From 6398ed78f9d52769954ba5fe3c15452c390397a7 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 1 Mar 2016 16:28:11 +0100 Subject: btrfs-progs: unify naming of argc and argv Signed-off-by: David Sterba --- cmds-inspect-dump-tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds-inspect-dump-tree.h') diff --git a/cmds-inspect-dump-tree.h b/cmds-inspect-dump-tree.h index 4481f8cd..755fb4b1 100644 --- a/cmds-inspect-dump-tree.h +++ b/cmds-inspect-dump-tree.h @@ -17,7 +17,7 @@ #ifndef __CMDS_INSPECT_DUMP_TREE_H__ #define __CMDS_INSPECT_DUMP_TREE_H__ -int cmd_inspect_dump_tree(int ac, char **av); +int cmd_inspect_dump_tree(int argc, char **argv); extern const char * const cmd_inspect_dump_tree_usage[]; -- cgit v1.2.3