diff options
| -rw-r--r-- | apps/bookmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c index ce82f77..080ff5f 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -207,7 +207,7 @@ bool bookmark_autobookmark(void) return write_bookmark(false); } #ifdef HAVE_LCD_BITMAP - unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY); + unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY)}; struct text_message message={(char **)lines, 3}; #else unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY), |