summaryrefslogtreecommitdiff
path: root/gtk/gtkselectionmodel.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-10-05 16:28:44 +0200
committerBenjamin Otte <otte@redhat.com>2019-10-07 04:49:50 +0200
commit56d16aae429eeabfd141a2a331d8c1231bacccbd (patch)
treea6be8b93e3dd269e06157c4df9ac4084ac54464c /gtk/gtkselectionmodel.c
parentd614f4c96d809b4b345a480e87fdf30768c41ac3 (diff)
downloadgtk+-56d16aae429eeabfd141a2a331d8c1231bacccbd.tar.gz
selectionmodel: Remove doubled semicolon
Diffstat (limited to 'gtk/gtkselectionmodel.c')
-rw-r--r--gtk/gtkselectionmodel.c2
1 files changed, 1 insertions, 1 deletions
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