btrfs-progs: prop: use macro terminator for command list
authorDavid Sterba <dsterba@suse.com>
Fri, 10 Jul 2015 22:07:05 +0000 (00:07 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 31 Aug 2015 17:25:09 +0000 (19:25 +0200)
Signed-off-by: David Sterba <dsterba@suse.com>
cmds-property.c

index 44f7907..0ffd250 100644 (file)
@@ -474,7 +474,7 @@ const struct cmd_group property_cmd_group = {
                        cmd_property_set_usage, NULL, 0 },
                { "list", cmd_property_list,
                        cmd_property_list_usage, NULL, 0 },
-               { 0, 0, 0, 0, 0 },
+               NULL_CMD_STRUCT
        }
 };