fix previous commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8185 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
46b726eaab
commit
aa76eea0ca
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue