mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08: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>