aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-07-13 17:15:50 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2017-07-13 15:18:34 +0000
commita0271d64e508046c43db9de3216460077d2cc5bb (patch)
tree08824abdaf3f1601a474cd871407ee4320f923fc /ui/gtk
parent9a29b96d2e9a11114c4fb1fa760198a2a12734c5 (diff)
GTK: add a comment better suiting GCC 7 parsing
Change-Id: Iab1eb1b86a750f3dedce6b2bd467fb3ba98243df Reviewed-on: https://code.wireshark.org/review/22613 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/gui_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/gui_utils.c b/ui/gtk/gui_utils.c
index aac46d533a..2054dd95ff 100644
--- a/ui/gtk/gui_utils.c
+++ b/ui/gtk/gui_utils.c
@@ -1281,7 +1281,7 @@ tree_view_key_pressed_cb(GtkWidget *tree,
rc = TRUE;
break;
}
- /* else fall through to jumping to the parent */
+ /* else fall through */
case GDK_BackSpace:
if (!expanded) {
/* subtree is already collapsed, jump to parent node */