[vte] mev: Fix an implicit fallthrough warning



commit 32b2cfd47649c9878f7086ac21ad8841eee43a16
Author: Christian Persch <chpe src gnome org>
Date:   Mon Apr 15 18:44:27 2019 +0200

    mev: Fix an implicit fallthrough warning

 src/mev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/mev.c b/src/mev.c
index 8c0722c4..eca326d2 100644
--- a/src/mev.c
+++ b/src/mev.c
@@ -336,8 +336,8 @@ parse(void)
                                 i += consumed;
                                 break;
                         }
-                        /* else fall-trough */
                 }
+                        /* fallthrough */
                default:
                         i += print_data(&bytes->data[i], bytes->len - i);
                        fprintf(stdout, "\r\n");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]