summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 5ecd10e6ce..51b720bf32 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -98,7 +98,7 @@ bool bookmark_menu(void)
98 { str(LANG_BOOKMARK_MENU_RECENT_BOOKMARKS), bookmark_mrb_load}, 98 { str(LANG_BOOKMARK_MENU_RECENT_BOOKMARKS), bookmark_mrb_load},
99 }; 99 };
100 100
101 m=menu_init( items, sizeof items / sizeof(struct menu_items) ); 101 m=menu_init( items, sizeof items / sizeof(struct menu_items), NULL );
102 102
103#ifdef HAVE_LCD_CHARCELLS 103#ifdef HAVE_LCD_CHARCELLS
104 status_set_param(true); 104 status_set_param(true);