X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2Fnvramtool%2Fnvramtool.c;h=e82d0ac9d8cd0ed7b91b3e9d8a47cde2e3ab1983;hb=024ec852c29685549e5167f4b5d9065e80287ee2;hp=89ddf31d71a45fc3685b26565ddc132ce5fd7994;hpb=2601697c6f70e0200f6f115d6e6e5e5d67fe6101;p=coreboot.git diff --git a/util/nvramtool/nvramtool.c b/util/nvramtool/nvramtool.c index 89ddf31d7..e82d0ac9d 100644 --- a/util/nvramtool/nvramtool.c +++ b/util/nvramtool/nvramtool.c @@ -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