mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
b3d661cd84
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>