mirror of
https://github.com/openwrt/luci.git
synced 2025-04-03 06:25:28 +00:00
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>