summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 8980e4fc26..ce82f77742 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -207,9 +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 str(LANG_CONFIRM_WITH_PLAY_RECORDER),
212 str(LANG_CANCEL_WITH_ANY_RECORDER)};
213 struct text_message message={(char **)lines, 3}; 211 struct text_message message={(char **)lines, 3};
214#else 212#else
215 unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY), 213 unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY),