ucode-mod-html: fix build with gcc 5
authorJo-Philipp Wich <[email protected]>
Tue, 8 Aug 2023 18:49:31 +0000 (20:49 +0200)
committerJo-Philipp Wich <[email protected]>
Tue, 8 Aug 2023 18:52:23 +0000 (20:52 +0200)
commit4cb534196147bfaed7392968813f7a245f8fbb9c
tree4b6941e0459f2faa168de9e8b119d43ee264195a
parentbece581c8db0e361a9c8e76eeabc09c5784809db
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 <[email protected]>
(cherry picked from commit b3d661cd84760a0cdf084a25f21556a07e369d33)
contrib/package/ucode-mod-html/src/html.c