ucode-mod-html: fix build with gcc 5
authorJo-Philipp Wich <jo@mein.io>
Tue, 8 Aug 2023 18:49:31 +0000 (20:49 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 8 Aug 2023 18:49:31 +0000 (20:49 +0200)
commitb3d661cd84760a0cdf084a25f21556a07e369d33
tree728c0b12d8576f0d5ca56fc98041374b695131f0
parent762c45eb2fbf55177d0bef2c63416f0fda59d26a
ucode-mod-html: fix build with gcc 5

Older gcc versions raise a `label at end of compound statement` error due
to the empty default case. Fix the problem by adding an explicit `break`
statement.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
contrib/package/ucode-mod-html/src/html.c