Commit 93539dad authored by Michael Karcher's avatar Michael Karcher
Browse files

Fix copy/paste error in print.c preventing compilation


Corresponding to flashrom svn r981.
Signed-off-by: default avatarMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Acked-by: default avatarIdwer Vollering <vidwer@gmail.com>
parent 3355f069
......@@ -395,7 +395,7 @@ const struct board_info boards_bad[] = {
const struct board_info laptops_ok[] = {
/* Verified working laptops. */
{ "Lenovo", "3000 V100 TF05Cxx", },
{ "Acer", "Aspire 1520", "http://support.acer.com/us/en/acerpanam/notebook/0000/Acer/Aspire1520/Aspire1520nv.shtml" },
{ "Acer", "Aspire 1520", },
{},
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment