mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Make struct text_message const in apps/onplay.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19270 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
65e8277a22
commit
ae929e4dcd
1 changed files with 2 additions and 2 deletions
|
|
@ -533,8 +533,8 @@ static bool delete_handler(bool is_dir)
|
|||
file_to_delete
|
||||
};
|
||||
|
||||
struct text_message message={lines, 2};
|
||||
struct text_message yes_message={yes_lines, 2};
|
||||
const struct text_message message={lines, 2};
|
||||
const struct text_message yes_message={yes_lines, 2};
|
||||
|
||||
if(gui_syncyesno_run(&message, &yes_message, NULL)!=YESNO_YES)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue