diff --git a/json_script.c b/json_script.c index 3b10b10..14d045d 100644 --- a/json_script.c +++ b/json_script.c @@ -591,7 +591,7 @@ static int json_process_cmd(struct json_call *call, struct blob_attr *block) case BLOBMSG_TYPE_STRING: if (!i) return __json_process_cmd(call, block); - /* fall through */ + fallthrough; default: ret = json_process_cmd(call, cur); if (ret < -1)