Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'json_script.c')
-rw-r--r--json_script.c2
1 files changed, 1 insertions, 1 deletions
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)