selectionmodel: Remove doubled semicolon

This commit is contained in:
Benjamin Otte 2019-10-05 16:28:44 +02:00
parent d614f4c96d
commit 56d16aae42

View 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