Remove overengineering, part 1/many
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Acked-by: Patrick Georgi <patrick.georgi@secunet.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6267 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Patrick Georgi
parent
2601697c6f
commit
024ec852c2
@@ -85,7 +85,7 @@ static const op_fn_t op_fns[] = { op_show_version,
|
||||
};
|
||||
|
||||
static const hexdump_format_t cmos_dump_format =
|
||||
{ 16, 2, "", " | ", " ", " | ", '.', NULL };
|
||||
{ 16, 2, "", " | ", " ", " | ", '.' };
|
||||
|
||||
/****************************************************************************
|
||||
* main
|
||||
|
Reference in New Issue
Block a user