selectionmodel: Remove doubled semicolon
authorBenjamin Otte <otte@redhat.com>
Sat, 5 Oct 2019 14:28:44 +0000 (16:28 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 7 Oct 2019 02:49:50 +0000 (04:49 +0200)
gtk/gtkselectionmodel.c

index 8d29f395c6af4473dac22e95180c8c3175c557db..7be454fd74932473023950350bfc259d2de64ab3 100644 (file)
@@ -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