summaryrefslogtreecommitdiff
path: root/apps/plugins/calendar.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/calendar.c')
-rw-r--r--apps/plugins/calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/calendar.c b/apps/plugins/calendar.c
index cfb92909bf..20b7fa9226 100644
--- a/apps/plugins/calendar.c
+++ b/apps/plugins/calendar.c
@@ -669,7 +669,7 @@ static bool edit_memo(int change, struct shown *shown)
669 return false; 669 return false;
670} 670}
671 671
672static char * get_event_text(int selected, void *data, 672static const char* get_event_text(int selected, void *data,
673 char *buffer, size_t buffer_len) 673 char *buffer, size_t buffer_len)
674{ 674{
675 struct shown *shown = (struct shown *) data; 675 struct shown *shown = (struct shown *) data;