forked from len0rd/rockbox
Few whitespace fixes by Michael Hohmuth FS#11885
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29082 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d2cc5ce58e
commit
ccad6d0daf
3 changed files with 3 additions and 3 deletions
|
|
@ -764,7 +764,7 @@ void check_bootfile(bool do_rolo)
|
|||
static const struct text_message message={ lines, 2 };
|
||||
button_clear_queue(); /* Empty the keyboard buffer */
|
||||
if(gui_syncyesno_run(&message, NULL, NULL) == YESNO_YES)
|
||||
rolo_load(BOOTDIR "/" BOOTFILE);
|
||||
rolo_load(BOOTDIR "/" BOOTFILE);
|
||||
}
|
||||
}
|
||||
wrtdate = info.wrtdate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue