The usage() in help.c calls exit(1), so the break behind is nonsense and should be removed. Signed-off-by: Gui Hecheng <guihc.fnst@xxxxxxxxxxxxxx> --- cmds-property.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cmds-property.c b/cmds-property.c index 3d1f18c..df53f91 100644 --- a/cmds-property.c +++ b/cmds-property.c @@ -335,7 +335,6 @@ static void parse_args(int argc, char **argv, break; default: usage(usage_str); - break; } } -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
