mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix wrong target binary name.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12612 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1d232401fd
commit
f8ffca489c
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ void main(void)
|
||||||
|
|
||||||
if (i < EOK) {
|
if (i < EOK) {
|
||||||
printf("Error!");
|
printf("Error!");
|
||||||
printf("Can't load rockbox.ipod:");
|
printf("Can't load rockbox.iaudio:");
|
||||||
printf(strerror(rc));
|
printf(strerror(rc));
|
||||||
sleep(HZ*3);
|
sleep(HZ*3);
|
||||||
power_off();
|
power_off();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue