diff options
-rw-r--r-- | plugins/huawei/mm-modem-helpers-huawei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/huawei/mm-modem-helpers-huawei.c b/plugins/huawei/mm-modem-helpers-huawei.c index 1715b74c..c7fc124d 100644 --- a/plugins/huawei/mm-modem-helpers-huawei.c +++ b/plugins/huawei/mm-modem-helpers-huawei.c @@ -989,7 +989,7 @@ parse_mode_combination_string (const gchar *mode_str, case 1: /* If only one mode allowed, NONE preferred */ *preferred = MM_MODEM_MODE_NONE; - /* fall down */ + /* fall through */ default: return TRUE; } |