mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 18:41:54 +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>