diff options
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r-- | gtk/gtkcontainer.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 5e3fa99e69..820af54703 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -2593,11 +2593,10 @@ _gtk_container_focus_sort (GtkContainer *container, case GTK_DIR_LEFT: case GTK_DIR_RIGHT: return gtk_container_focus_sort_left_right (container, visible_children, direction, old_focus); + default: + g_assert_not_reached (); + return NULL; } - - g_assert_not_reached (); - - return NULL; } static gboolean |