uclient-fetch: fix statement may fallt hrough
authorPetr Štetiar <ynezz@true.cz>
Tue, 8 Dec 2020 16:37:52 +0000 (17:37 +0100)
committerPetr Štetiar <ynezz@true.cz>
Fri, 11 Dec 2020 10:17:22 +0000 (11:17 +0100)
commit66b4420856a7eb2c5a9f9a7acdb7e796ed807b17
tree67cc2ce008f9198628bfda5b453190c8370f5d9f
parent436f9b3af2adde11526b4f281951aed6c5d48e6e
uclient-fetch: fix statement may fallt hrough

Fixes following issue reported by clang-12 static analyzer:

 uclient-fetch.c:228:6: error: this statement may fall through [-Werror=implicit-fallthrough=]
    if (sscanf(blobmsg_get_string(tb[H_RANGE]),
       ^
 uclient-fetch.c:236:2: note: here
   case 204:
   ^~~~

Signed-off-by: Petr Štetiar <ynezz@true.cz>
uclient-fetch.c