mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix a typo and remove line splicing.
Change-Id: Ifce9224e352b2a3efef92aff4bbdde9fc8714587
This commit is contained in:
parent
8bdecac0b0
commit
c1a71ab9ae
1 changed files with 2 additions and 2 deletions
|
|
@ -359,8 +359,8 @@ unsigned char* load_of_file(
|
|||
sizeof(tested_versions) - strlen(tested_versions) - 1);
|
||||
}
|
||||
|
||||
ERROR("[ERR] Original firmware unknown, please try an other version." \
|
||||
" Tested %sv%d versions are : %s\n",
|
||||
ERROR("[ERR] Original firmware unknown, please try another version."
|
||||
" Tested %sv%d versions are: %s\n",
|
||||
ams_identity[model].model_name, ams_identity[model].hw_revision, tested_versions);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue