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 765b42ef59..6d1091159f 100644
--- a/apps/plugins/calendar.c
+++ b/apps/plugins/calendar.c
@@ -911,7 +911,7 @@ static bool edit_memo(int change, struct shown *shown)
911 911
912 case 6: /* weekday */ 912 case 6: /* weekday */
913 rb->set_option("First Day of Week", &info.first_wday, 913 rb->set_option("First Day of Week", &info.first_wday,
914 INT, modes, 7, NULL); 914 RB_INT, modes, 7, NULL);
915 break; 915 break;
916 916
917 case 7: /* playback control */ 917 case 7: /* playback control */