Author: oxygene Date: Mon Feb 14 20:15:36 2011 New Revision: 6353 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6353
Log: Fix Typo. (and why is that file, and some of its siblings per-board?) Signed-off-by: Patrick Georgi <[email protected]> Acked-by: Patrick Georgi <[email protected]> Modified: trunk/src/mainboard/amd/inagua/agesawrapper.c Modified: trunk/src/mainboard/amd/inagua/agesawrapper.c ============================================================================== --- trunk/src/mainboard/amd/inagua/agesawrapper.c Mon Feb 14 20:04:45 2011 (r6352) +++ trunk/src/mainboard/amd/inagua/agesawrapper.c Mon Feb 14 20:15:36 2011 (r6353) @@ -402,7 +402,7 @@ return AcpiWheaCmc; case PICK_ALIB: return AcpiAlib; - defaut: + default: return NULL; } } -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

