aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/gui_utils.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-07-12 11:18:21 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2017-07-12 09:19:39 +0000
commita591436d73517e07f60e2090042c93c42e233441 (patch)
tree1cd849470b860e295e8f823d0782f2d991be5797 /ui/gtk/gui_utils.c
parentee699eb7200aa4470622abe4d1b8a80c461dae0c (diff)
GTK: fix compilation with GCC 7
Change-Id: Ifde706f4705af406fd4eee61a312d8eb0976d972 Reviewed-on: https://code.wireshark.org/review/22598 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'ui/gtk/gui_utils.c')
-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 32ba5205d7..aac46d533a 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;
}
- /* No break - fall through to jumping to the parent */
+ /* else fall through to jumping to the parent */
case GDK_BackSpace:
if (!expanded) {
/* subtree is already collapsed, jump to parent node */