
Author: mkarcher Date: Thu Mar 25 00:10:01 2010 New Revision: 981 URL: http://flashrom.org/trac/coreboot/changeset/981 Log: Fix copy/paste error in print.c preventing compilation Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Idwer Vollering <vidwer@gmail.com> Modified: trunk/print.c Modified: trunk/print.c ============================================================================== --- trunk/print.c Wed Mar 24 23:56:23 2010 (r980) +++ trunk/print.c Thu Mar 25 00:10:01 2010 (r981) @@ -395,7 +395,7 @@ 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/Aspire..." }, + { "Acer", "Aspire 1520", }, {}, };
participants (1)
-
repository service