From 93539dad8d6c0336f60c50966a2dc3a34736165d Mon Sep 17 00:00:00 2001 From: Michael Karcher Date: Wed, 24 Mar 2010 23:10:01 +0000 Subject: Fix copy/paste error in print.c preventing compilation Corresponding to flashrom svn r981. Signed-off-by: Michael Karcher Acked-by: Idwer Vollering --- print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print.c b/print.c index 0b2adfffb..32a72d332 100644 --- a/print.c +++ b/print.c @@ -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", }, {}, }; -- cgit v1.2.3