diff options
Diffstat (limited to 'apps/bookmark.c')
-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 080ff5f2af..2eb4fc9d02 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -208,7 +208,7 @@ bool bookmark_autobookmark(void) } #ifdef HAVE_LCD_BITMAP unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY)}; - struct text_message message={(char **)lines, 3}; + struct text_message message={(char **)lines, 1}; #else unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY), str(LANG_RESUME_CONFIRM_PLAYER)}; |