summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/bookmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index ce82f77742..080ff5f2af 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -207,7 +207,7 @@ bool bookmark_autobookmark(void)
207 return write_bookmark(false); 207 return write_bookmark(false);
208 } 208 }
209#ifdef HAVE_LCD_BITMAP 209#ifdef HAVE_LCD_BITMAP
210 unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY); 210 unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY)};
211 struct text_message message={(char **)lines, 3}; 211 struct text_message message={(char **)lines, 3};
212#else 212#else
213 unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY), 213 unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY),