summaryrefslogtreecommitdiff
path: root/cmds-inspect.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmds-inspect.c')
-rw-r--r--cmds-inspect.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/cmds-inspect.c b/cmds-inspect.c
index 6cf565de..2f0228f7 100644
--- a/cmds-inspect.c
+++ b/cmds-inspect.c
@@ -28,8 +28,10 @@
/* btrfs-list.c */
char *path_for_root(int fd, u64 root);
-static const char inspect_cmd_group_usage[] =
- "btrfs inspect-internal <command> <args>";
+static const char * const inspect_cmd_group_usage[] = {
+ "btrfs inspect-internal <command> <args>",
+ NULL
+};
static int __ino_to_path_fd(u64 inum, int fd, int verbose, const char *prepend)
{