From: Benjamin Otte Date: Sat, 5 Oct 2019 14:28:44 +0000 (+0200) Subject: selectionmodel: Remove doubled semicolon X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~808 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=56d16aae429eeabfd141a2a331d8c1231bacccbd;p=gtk4.git selectionmodel: Remove doubled semicolon --- diff --git a/gtk/gtkselectionmodel.c b/gtk/gtkselectionmodel.c index 8d29f395c6..7be454fd74 100644 --- a/gtk/gtkselectionmodel.c +++ b/gtk/gtkselectionmodel.c @@ -118,7 +118,7 @@ gtk_selection_model_default_select_all (GtkSelectionModel *model) static gboolean gtk_selection_model_default_unselect_all (GtkSelectionModel *model) { - return gtk_selection_model_unselect_range (model, 0, g_list_model_get_n_items (G_LIST_MODEL (model)));; + return gtk_selection_model_unselect_range (model, 0, g_list_model_get_n_items (G_LIST_MODEL (model))); } static void