Avoid a compilation warning

This commit is contained in:
Pierre Pronchery 2020-02-03 05:40:40 +01:00
parent 96ceecdf4b
commit c03fe6d242

View File

@ -227,6 +227,7 @@ static gchar * _calendar_on_detail(GtkWidget * widget, guint year, guint month,
char const * p;
size_t i;
size_t cnt;
(void) widget;
if((p = calendar_get_detail(calendar, year, month + 1, day))
== NULL)