aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/calendar/ea-gnome-calendar.c
diff options
context:
space:
mode:
Diffstat (limited to 'a11y/calendar/ea-gnome-calendar.c')
-rw-r--r--a11y/calendar/ea-gnome-calendar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/a11y/calendar/ea-gnome-calendar.c b/a11y/calendar/ea-gnome-calendar.c
index 09f8abcd9c..509d515f2d 100644
--- a/a11y/calendar/ea-gnome-calendar.c
+++ b/a11y/calendar/ea-gnome-calendar.c
@@ -234,8 +234,7 @@ ea_gnome_calendar_get_label_description (GnomeCalendar *gcal)
}
break;
default:
- g_assert_not_reached ();
- return NULL;
+ g_return_val_if_reached (NULL);
}
return buffer;
}