Fix a typo and remove line splicing.

Change-Id: Ifce9224e352b2a3efef92aff4bbdde9fc8714587
This commit is contained in:
Dominik Riebeling 2012-04-28 21:46:33 +02:00
parent 8bdecac0b0
commit c1a71ab9ae

View file

@ -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);
}