summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
diff options
context:
space:
mode:
authorTimm Bäder <tbaeder@redhat.com>2020-03-06 08:32:21 +0100
committerTimm Bäder <tbaeder@redhat.com>2020-03-06 10:39:42 +0100
commita1c75795bcb0c818e316d872c0f4faca2bbeb9b5 (patch)
tree22dd8898c0e388c9a7e03bc104fd5450b8514651 /gtk/gtkcalendar.c
parent63126a1b3e905f86979c5a8caee283936a21f98d (diff)
downloadgtk+-a1c75795bcb0c818e316d872c0f4faca2bbeb9b5.tar.gz
Replace fallthrough comments with G_GNUC_FALLTHROUGH
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r--gtk/gtkcalendar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index 2bfbc2ef68..8a8b9d26d3 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -1314,6 +1314,7 @@ gtk_calendar_key_controller_key_pressed (GtkEventControllerKey *controller,
calendar_select_and_focus_day (calendar, day);
}
+ break;
default:
break;
}